An object that exposes native functions for constructing and parsing JSON data strings. A synonym for window.JSON.
Platform Support
| Jaxer Server Framework | Jaxer Client Framework | 1.0 | no |
|---|
Functions
| Method | Action | Jaxer Server Framework | Jaxer Client Framework | |||||
|---|---|---|---|---|---|---|---|---|
static decode(String text) : Object Returns the JavaScript value represented by the given JSON string. More options are likely to be available in the future. A synonym for Jaxer.Overrides.JSON.parse, JSON.decode, and JSON.parse | Show Details | 1.0 | no | |||||
Parameters
Returns
| ||||||||
static encode(Object value) : String Returns a JSON string representation of its argument. More options are likely to be available in the future. A synonym for Jaxer.Overrides.JSON.stringify, JSON.encode, and JSON.stringify | Show Details | 1.0 | no | |||||
Parameters
Returns
| ||||||||
static parse(String text) : Object Returns the JavaScript value represented by the given JSON string. More options are likely to be available in the future. A synonym for Jaxer.Overrides.JSON.decode, JSON.parse, and JSON.decode | Show Details | 1.0 | no | |||||
Parameters
Returns
| ||||||||
static stringify(Object value) : String Returns a JSON string representation of its argument. More options are likely to be available in the future. A synonym for Jaxer.Overrides.JSON.encode, JSON.encode, and JSON.stringify | Show Details | 1.0 | no | |||||
Parameters
Returns
| ||||||||
