/* This file is part of Ext JS 3.4 Copyright (c) 2011-2013 Sencha Inc Contact: http://www.sencha.com/contact GNU General Public License Usage This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in the packaging of this file. Please review the following information to ensure the GNU General Public License version 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html. If you are unsure which license is appropriate for your use, please contact the sales department at http://www.sencha.com/contact. Build date: 2013-04-03 15:07:25 */ Ext.data.JsonP.Ext_util_JSON({"alternateClassNames":[],"aliases":{},"enum":null,"parentMixins":[],"tagname":"class","subclasses":[],"extends":null,"uses":[],"html":"

Files

Modified version of Douglas Crockford\"s json.js that doesn\"t\nmess with the Object prototype\nhttp://www.json.org/js.html

\n
Defined By

Methods

Ext.util.JSON
view source
( json ) : Object
Decodes (parses) a JSON string to an object. ...

Decodes (parses) a JSON string to an object. If the JSON is invalid, this function throws a SyntaxError unless the safe option is set.

\n

Parameters

  • json : String

    The JSON string

    \n

Returns

  • Object

    The resulting object

    \n
Ext.util.JSON
view source
( o ) : String
Encodes an Object, Array or other value ...

Encodes an Object, Array or other value

\n

Parameters

  • o : Mixed

    The variable to encode

    \n

Returns

Ext.util.JSON
view source
( d ) : String
Encodes a Date. ...

Encodes a Date. This returns the actual string which is inserted into the JSON string as the literal expression.\nThe returned value includes enclosing double quotation marks.

\n\n\n

The default return format is \"yyyy-mm-ddThh:mm:ss\".

\n\n\n

To override this:

\n\n\n
Ext.util.JSON.encodeDate = function(d) {\n    return d.format('\"Y-m-d\"');\n};\n
\n\n

Parameters

  • d : Date

    The Date to encode

    \n

Returns

  • String

    The string literal to use in a JSON string.

    \n
","superclasses":[],"meta":{},"requires":[],"html_meta":{},"statics":{"property":[],"cfg":[],"css_var":[],"method":[],"event":[],"css_mixin":[]},"files":[{"href":"JSON.html#Ext-util-JSON","filename":"JSON.js"}],"linenr":1,"members":{"property":[],"cfg":[],"css_var":[],"method":[{"tagname":"method","owner":"Ext.util.JSON","meta":{},"name":"decode","id":"method-decode"},{"tagname":"method","owner":"Ext.util.JSON","meta":{},"name":"encode","id":"method-encode"},{"tagname":"method","owner":"Ext.util.JSON","meta":{},"name":"encodeDate","id":"method-encodeDate"}],"event":[],"css_mixin":[]},"inheritable":null,"private":null,"component":false,"name":"Ext.util.JSON","singleton":true,"override":null,"inheritdoc":null,"id":"class-Ext.util.JSON","mixins":[],"mixedInto":[]});