Decode JSON encoded string to PHP variable constructs
Located in /Json/Decoder.php (line 40)
Flag indicating how objects should be decoded
The offset within the souce being decoded
Use to maintain a "pointer" to the source being decoded
Caches the source length
The current token being considered in the parser cycle
Decode a JSON source string
Decodes a JSON encoded string. The value returned will be one of the following:
Throws a Zend_Json_Exception if the source string is null.
Constructor
Decodes a JSON array format: [element, element2,...,elementN]
Decodes an object of the form: { "attribute: value, "attribute2" : value,...}
If ZJsonEnoder or ZJAjax was used to encode the original object then a special attribute called __className which specifies a class name that should wrap the data contained within the encoded source.
Decodes to either an array or StdClass object, based on the value of $_decodeType. If invalid $_decodeType present, returns as an array.
Recursive driving rountine for supported toplevel tops
Removes whitepsace characters from the source input
Retrieves the next token from the source stream
Documentation generated on Sun, 27 May 2007 23:22:31 -0700 by phpDocumentor 1.3.2