X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..76cb34406ceaf9681a76e13b531d7eafa483ad88:/docs/output/Ext.util.JSON.html diff --git a/docs/output/Ext.util.JSON.html b/docs/output/Ext.util.JSON.html index 4baa674c..ce6f58fe 100644 --- a/docs/output/Ext.util.JSON.html +++ b/docs/output/Ext.util.JSON.html @@ -1,75 +1,7 @@ -
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 |