jsonc 1.3.7

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

- apply fix for #50224 where float without decimals were converted to
integer by adding JSON_PRESERVE_ZERO_FRACTION. (Juan Basso)