jsonc

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

Latest releases

Version Release Download
1.3.10 2016-06-15 jsonc-1.3.10.tgz
1.3.9 2015-09-15 jsonc-1.3.9.tgz
1.3.8 2015-09-07 jsonc-1.3.8.tgz
1.3.8RC1 2015-07-30 jsonc-1.3.8RC1.tgz
1.3.7 2015-02-18 jsonc-1.3.7.tgz
Show all releases

Changelog

Version Message
1.3.10 - fix gh#27 invalid string to float convertion
- fix gh#28 fix result when we decode number with "-" in bad position
1.3.9 - fix #70499 segfault after json_decode
1.3.8 - using system libjson-c is no more supported
- fix BIGINT behavior
- fix #12 allow float starting with a dot
- fix #23 single quote in property name
- fix #9 invalid UTF-8 characters
1.3.8RC1 - using system libjson-c is no more supported
- fix BIGINT behavior
- fix #12 allow float starting with a dot
- fix #23 single quote in property name
- fix #9 invalid UTF-8 characters
1.3.7 - apply fix for #50224 where float without decimals were converted to
integer by adding JSON_PRESERVE_ZERO_FRACTION. (Juan Basso)
Show complete changelog