jsonc 1.3.0

JavaScript Object Notation


Support for JSON (JavaScript Object Notation) serialization.
This is a drop-in alternative to PHP standard json extension.

License: PHP 3.01

Changes

Version 1.3.0 is Major rewrite which use the use json-c library 0.11:
- json_decode use json-c parser
- add JsonIncrementalParser class
- temporarily rename as jsonc