Possible Duplicate:
php4 with json data
Is there a library or class that provides parsing (JSON to PHP primitives/arrays) and stringifying (PHP primitives/arrays to JSON) for PHP 4?
Possible Duplicate:
php4 with json data
Is there a library or class that provides parsing (JSON to PHP primitives/arrays) and stringifying (PHP primitives/arrays to JSON) for PHP 4?
This also looks like it may be a viable option http://willshouse.com/2009/06/12/using-json_encode-and-json_decode-in-php4/