🔰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