Releases: Seldaek/jsonlint
Releases · Seldaek/jsonlint
1.8.1
Compare
Sorry, something went wrong.
No results found
1.8.0
Compare
Sorry, something went wrong.
No results found
Improved lexer performance
Added (tentative) support for PHP 8
Fixed wording of error reporting for invalid strings when the error happened after the 20th character
1.7.2
Compare
Sorry, something went wrong.
No results found
Fixed issue decoding some unicode escaped characters (for " and ')
1.7.1
Compare
Sorry, something went wrong.
No results found
Fixed PHP 5.3 compatibility in bin/jsonlint
1.7.0
Compare
Sorry, something went wrong.
No results found
Added ability to lint multiple files at once using the jsonlint binary
1.6.2
Compare
Sorry, something went wrong.
No results found
1.6.1
Compare
Sorry, something went wrong.
No results found
Fixed parsing of 0 as invalid
1.6.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added support for PHP 7.1 (which converts {"":""} to an object property called "" and not "_empty_" like 7.0 and below).
1.4.1
Compare
Sorry, something went wrong.
No results found
Minor white-space and error wording tweaks