parseJson parses a JSON value.
This differs from JSON.parse() as parseJson will correctly parse bigints
JSON.parse()
parseJson
SyntaxError Thrown if the provided string is invalid JSON.
Generated using TypeDoc
parseJson parses a JSON value.