Adds JSON methods to the Object, Array and String prototypes.
To use this optional module, its repository needs to be added to the application, for example by calling app.addRepository('modules/core/JSON.js')
To use this optional module, its repository needs to be added to the application, for example by calling app.addRepository('modules/core/JSON.js')
Methods
This method produces a JSON text from an object.
The object must not contain any cyclical references.
This method produces a JSON text from an array.
The array must not contain any cyclical references.
This method parses a JSON text to produce an object or
array. It will return false if there is an error.