Package: | Ext.util |
Defined In: | JSON.js |
Class: | JSON |
Extends: | Object |
Method | Defined By | |
---|---|---|
decode( String json )
:
ObjectDecodes (parses) a JSON string to an object. If the JSON is invalid, this function throws a SyntaxError unless the sa... Decodes (parses) a JSON string to an object. If the JSON is invalid, this function throws a SyntaxError unless the safe option is set. Parameters:
| JSON | |
encode( Mixed o )
:
StringEncodes an Object, Array or other value Encodes an Object, Array or other value Parameters:
| JSON | |
encodeDate( Date d )
:
StringEncodes a Date. This returns the actual string which is inserted into the JSON string as the literal expression.
The ... Encodes a Date. This returns the actual string which is inserted into the JSON string as the literal expression. The returned value includes enclosing double quotation marks. The default return format is "yyyy-mm-ddThh:mm:ss". To override this:
Parameters:
| JSON |