API for an object that can encode itself into a JSON-ready structure.
Get this object in standard JSON form.
This method will return a "plain" object or array, suitable for passing to JSON.stringify().
JSON.stringify()
an object or array, ready for JSON encoding
API for an object that can encode itself into a JSON-ready structure.