LANGUAGE » JAVASCRIPT
JSON
Usage
js
JSON.stringify(obj) // obj -> json
JSON.stringify(obj, null, 2) // Pretty-print with indentation of 2 spaces
JSON.parse(jsonStr) // json -> obj