๐ฐserializing objects
๐ง under construction
JSON.stringify(value, [replacer], [space]) // value -> string
JSON.parse(text, [reviver]) // string -> valueLast updated
๐ง under construction
JSON.stringify(value, [replacer], [space]) // value -> string
JSON.parse(text, [reviver]) // string -> valueLast updated