🚧 under construction
Last updated 2 years ago
Was this helpful?
⟩ ⟩ ⟩ serialize
convert/restore an 's state to/from a string.
JSON.stringify(value, [replacer], [space]) // value -> string JSON.parse(text, [reviver]) // string -> value
converting objects
JavaScript: The Definitive Guide ⟩
6.8 Serializing Objects
11.6 JSON Serialization & Parsing