Using JSON in PHP4 and PHP5 with an included class or json_decode
Sunday, November 18th, 2007When building my first real plugin for WordPress, I wanted to utilize some Ajax approaches that would use JSON and which would make for a speedy process, but quickly found that 1) PHP4 does not support the "json_decode" function, 2) the classes that json.org recommended were too hard to put into play, and 3) once [...]


