[Zend_Json] element index

Package indexes

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