Skip to content

Releases: Seldaek/jsonlint

1.7.1

24 Jan 12:47
d15f59a
Compare
Choose a tag to compare
  • Fixed PHP 5.3 compatibility in bin/jsonlint

1.7.0

03 Jan 12:19
Compare
Choose a tag to compare
  • Added ability to lint multiple files at once using the jsonlint binary

1.6.2

30 Nov 15:35
7a30649
Compare
Choose a tag to compare
  • Build/test/docs fixes

1.6.1

18 Jun 15:11
Compare
Choose a tag to compare
  • Fixed parsing of 0 as invalid

1.6.0

21 Apr 12:42
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • Minor white-space and error wording tweaks

1.4.0

25 Nov 10:54
Compare
Choose a tag to compare
  • Added a DuplicateKeyException allowing for more specific error detection and handling

1.3.1

12 May 19:10
Compare
Choose a tag to compare
  • Fixed segfault when parsing large JSON strings

1.3.0

05 Sep 15:37
Compare
Choose a tag to compare
  • Added parsing to an associative array via JsonParser::PARSE_TO_ASSOC
  • Fixed a warning when rendering parse errors on empty lines