Better Version of JSON.parse() that is able to read undefined, NaN, Infinity, and -Infinity values.
A valid JSON string (with undefined, NaN, Infinity, and -Infinity values allowed).
Optional
Whether or not to include undefined variables when parsing, defaults to true.
The parsed JSON data.
Better Version of JSON.parse() that is able to read undefined, NaN, Infinity, and -Infinity values.