Releases: Seldaek/jsonlint
Releases · Seldaek/jsonlint
1.7.2
- Fixed issue decoding some unicode escaped characters (for " and ')
1.7.1
- Fixed PHP 5.3 compatibility in bin/jsonlint
1.7.0
- Added ability to lint multiple files at once using the jsonlint binary
1.6.1
- Fixed parsing of
0
as invalid
1.6.0
- Added $flags arg to JsonParser::lint() to take the same flag as parse() did
- Fixed backtracking performance issues on long strings with a lot of escaped characters
1.5.0
- Added support for PHP 7.1 (which converts
{"":""}
to an object property called ""
and not "_empty_"
like 7.0 and below).
1.4.1
- Minor white-space and error wording tweaks
1.4.0
- Added a DuplicateKeyException allowing for more specific error detection and handling
1.3.1
- Fixed segfault when parsing large JSON strings