[Zend_Json] element index

Package indexes

All elements
a b d e j o y z _
_
top
Variable $_cycleCheck
Whether or not to check for possible cycling
Variable $_decodeType
Flag indicating how objects should be decoded
Variable $_offset
The offset within the souce being decoded
Variable $_source
Use to maintain a "pointer" to the source being decoded
Variable $_sourceLength
Caches the source length
Variable $_token
The current token being considered in the parser cycle
Variable $_visited
Array of visited objects; used to prevent cycling.
Method _decodeArray
Decodes a JSON array format: [element, element2,...,elementN]
Method _decodeObject
Decodes an object of the form: { "attribute: value, "attribute2" : value,...}
Method _decodeValue
Recursive driving rountine for supported toplevel tops
Method _eatWhitespace
Removes whitepsace characters from the source input
Method _encodeArray
JSON encode an array value
Method _encodeDatum
JSON encode a basic data type (string, number, boolean, null)
Method _encodeObject
Encode an object to JSON by encoding each of the public properties
Method _encodeString
JSON encode a string value by escaping characters as necessary
Method _encodeValue
Recursive driver which determines the type of value to be encoded
Method _getNextToken
Retrieves the next token from the source stream
Method _wasVisited
Determine if an object has been serialized already
Method __construct
Constructor
Method __construct
Constructor
a
top
Class Constant DATUM
b
top
Class Constant LBRACE
Class Constant LBRACKET
Class Constant RBRACE
Class Constant RBRACKET
d
top
Method decode
Decodes the given $encodedValue string which is encoded in the JSON format
Method decode
Decode a JSON source string
Page Decoder.php
Decoder.php in Decoder.php
e
top
Method encode
Use the JSON encoding scheme for the value specified
Method encode
Encode the mixed $valueToEncode into the JSON format
Method encodeClass
Encodes the given $className into the class2 model of encoding PHP classes into JavaScript class2 classes.
Method encodeClasses
Encode several classes at once
Page Encoder.php
Encoder.php in Encoder.php
Page Exception.php
Exception.php in Exception.php
j
top
Page Json.php
Json.php in Json.php
o
top
Class Constant COLON
Class Constant COMMA
Class Constant EOF
Zend_Json_Decoder::EOF in Decoder.php
Parse tokens used to decode the JSON object. These are not for public consumption, they are just used internally to the class.
y
top
Class Constant TYPE_ARRAY
How objects should be encoded -- arrays or as StdClass. TYPE_ARRAY is 1 so that it is a boolean true value, allowing it to be used with ext/json's functions.
Class Constant TYPE_OBJECT
z
top
Class Zend_Json
Zend_Json in Json.php
Class for encoding to and decoding from JSON.
Class Zend_Json_Decoder
Zend_Json_Decoder in Decoder.php
Decode JSON encoded string to PHP variable constructs
Class Zend_Json_Encoder
Zend_Json_Encoder in Encoder.php
Encode PHP constructs to JSON
Class Zend_Json_Exception
Zend_Json_Exception in Exception.php
a b d e j o y z _