∑ XahLee is a user on noagendasocial.com. You can follow them or interact with them if you have an account anywhere in the fediverse. If you don't, you can sign up here.
∑ XahLee @xahlee

JavaScript in Depth update today.

JSON
xahlee.info/js/js_json_methods

JSON[Symbol.toStringTag]
xahlee.info/js/js_JSON_Symbol.

JSON.stringify
xahlee.info/js/js_JSON.stringi

JSON.parse
xahlee.info/js/js_JSON.parse.h

those methods i still need to work on, on optional args.

· Web · 0 · 1

the JSON[Symbol.toStringTag] is interesting one, new in ES2015.
To understand it fully, see
xahlee.info/js/js_determine_ob