๐ฐserializing objects
๐ง under construction
JS โฉ value โฉ object โฉ serialize
convert/restore an object's state to/from a string.
JSON.stringify(value, [replacer], [space]) // value -> string
JSON.parse(text, [reviver]) // string -> value
Last updated
Was this helpful?