X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6e39d509471fe9b4e2660e0d1631b350d0c66f40..e9397f91ede62d446aed37d23256e8938fc4c335:/docs/output/Ext.util.JSON.html?ds=sidebyside diff --git a/docs/output/Ext.util.JSON.html b/docs/output/Ext.util.JSON.html index 7dbf9107..4358a1dc 100644 --- a/docs/output/Ext.util.JSON.html +++ b/docs/output/Ext.util.JSON.html @@ -1,7 +1,15 @@ -
Package: | Ext.util |
Defined In: | JSON.js |
Class: | JSON |
Extends: | Object |
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 |
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 |