All Versions
21
Latest Version
Avg Release Cycle
158 days
Latest Release
813 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.5.0 Changes
November 14, 2016- Added support for PHP 7.1 (which converts
{"":""}
to an object property called""
and not"_empty_"
like 7.0 and below).
- Added support for PHP 7.1 (which converts
-
v1.4.1 Changes
September 14, 2016- Minor white-space and error wording tweaks
-
v1.4.0 Changes
November 21, 2015- Added a DuplicateKeyException allowing for more specific error detection and handling
-
v1.3.1 Changes
January 04, 2015- Fixed segfault when parsing large JSON strings
-
v1.3.0 Changes
September 05, 2014- Added parsing to an associative array via JsonParser::PARSE_TO_ASSOC
- Fixed a warning when rendering parse errors on empty lines
-
v1.2.0 Changes
July 20, 2014- Added support for linting multiple files at once in bin/jsonlint
- Added a -q/--quiet flag to suppress the output
- Fixed error output being on STDOUT instead of STDERR
- Fixed parameter parsing
-
v1.1.2 Changes
November 04, 2013- Fixed handling of Unicode BOMs to give a better failure hint
-
v1.1.1 Changes
February 12, 2013- Fixed handling of empty keys in objects in certain cases
-
v1.1.0 Changes
December 13, 2012- Added optional parsing of duplicate keys into key.2, key.3, etc via JsonParser::ALLOW_DUPLICATE_KEYS
- Improved error reporting for common mistakes
-
v1.0.1 Changes
April 03, 2012- Added optional detection and error reporting for duplicate keys via JsonParser::DETECT_KEY_CONFLICTS
- Added ability to pipe content through stdin into bin/jsonlint