PHP4 Json Encode & Decode
Tuesday, October 28th, 2008I just wanted to share this class I found for encoding and decoding information from and to JSON with PHP4. While encode_json($php) and decode_json($json) are simple enough to use, they are PHP5+ compatible, and could not be used easily with all installations of WordPress. Continue reading PHP4 Json Encode & Decode…
