Parses the given string to a JSON value by using JSON.parse.
JSON.parse
Prevents accidentally calling JSON.parse with more than one argument.
the string to parse
Generated using TypeDoc
Parses the given string to a JSON value by using
JSON.parse
.Prevents accidentally calling
JSON.parse
with more than one argument.