The JSON object provides a convenient way to parse JSON and serialize objects into JSON.
Returns an object from the parsed string.
Parses a JSON string into an object.
Returns a string representing the encoded object.
Encodes the object into a JSON string. If a replacer function is specified, the replacer function's return value will be used for the values in the return string. If a space parameter is specified, the return string will include formatting spaces.