Is there a general-purpose PHP JSON library that detects the level of JSON support in your version of PHP and calls on an externally-provided JSON library if native support is not found? … or, am I going to be spending time writing this myself.
Is there a general-purpose PHP JSON library that detects the level of JSON support
Share
Facebook include one in their PHP Library. Hopefully they won’t mind if you borrow it:
http://svn.facebook.com/svnroot/platform/clients/php/trunk/jsonwrapper/