⬅️ JSON
🔗 Stack Overflow
JSON.parse()
parses a JSON string according to the JSON grammar, then evaluates the string as if it’s a JavaScript expression
- An optional reviver function can be provided to perform a transformation on the resulting object before it is returned.
More examples
With reviver