Class for encoding to and decoding from JSON.
Located in /Zend/Json.php (line 30)
Decodes the given $encodedValue string which is encoded in the JSON format
Uses ext/json's json_decode if available.
Encode the mixed $valueToEncode into the JSON format
Encodes using ext/json's json_encode() if available.
NOTE: Object should not contain cycles; the JSON format does not allow object reference.
NOTE: Only public variables will be encoded
Documentation generated on Thu, 18 Jan 2007 09:56:11 -0800 by phpDocumentor 1.3.1