JSON
Functions
decode(data, reviver?)
Deserializes a value from JSON format.
encode(value, replacer?, space?)
Serializes a values in JSON format.
parse(text, reviver?)
Converts a JavaScript Object Notation (JSON) string into an object.
parse(text, reviver?)
Deserializes a value from JSON format.
stringify(value, replacer?, space?)
Converts a JavaScript value to a JavaScript Object Notation (JSON) string.
stringify(value, replacer?, space?)
Converts a JavaScript value to a JavaScript Object Notation (JSON) string.
stringify(value, replacer?, space?)
Serializes a value in JSON format.