3

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?

Community
  • 1
  • 1
Jeff Meatball Yang
  • 37,839
  • 27
  • 91
  • 125

1 Answers1

2

This also looks like it may be a viable option http://willshouse.com/2009/06/12/using-json_encode-and-json_decode-in-php4/

sberry
  • 128,281
  • 18
  • 138
  • 165