Releases: Seldaek/jsonlint
Releases · Seldaek/jsonlint
1.7.2
24 Oct 14:27
Compare
Sorry, something went wrong.
No results found
Fixed issue decoding some unicode escaped characters (for " and ')
1.7.1
24 Jan 12:47
Compare
Sorry, something went wrong.
No results found
Fixed PHP 5.3 compatibility in bin/jsonlint
1.7.0
03 Jan 12:19
Compare
Sorry, something went wrong.
No results found
Added ability to lint multiple files at once using the jsonlint binary
1.6.2
30 Nov 15:35
Compare
Sorry, something went wrong.
No results found
1.6.1
18 Jun 15:11
Compare
Sorry, something went wrong.
No results found
Fixed parsing of 0 as invalid
1.6.0
21 Apr 12:42
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
14 Nov 18:00
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
14 Sep 15:19
Compare
Sorry, something went wrong.
No results found
Minor white-space and error wording tweaks
1.4.0
25 Nov 10:54
Compare
Sorry, something went wrong.
No results found
Added a DuplicateKeyException allowing for more specific error detection and handling
1.3.1
12 May 19:10
Compare
Sorry, something went wrong.
No results found
Fixed segfault when parsing large JSON strings