Class for encoding to and decoding from JSON.
Located in /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 Sun, 27 May 2007 23:25:14 -0700 by phpDocumentor 1.3.2