PHP JSOND has been added to PECL and new version has been released. It’s a drop-in alternative to the standard PHP JSON extension. The JSON parser has been completely rewritten using Bison and re2c tools. The performance and memory usage for json_decode
have been significantly improved. In addition it’s licensed under PHP 3.01 license.
The sources, documentation and some benchmarks can be found on my GitHub.