|
Apache/2.4.41 (Ubuntu) Linux vmi616275.contaboserver.net 5.4.0-84-generic #94-Ubuntu SMP Thu Aug 26 20:27:37 UTC 2021 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) server ip : 62.171.164.128 | your ip : 127.0.0.1 safemode OFF > / home / a / home / dev2.destoffenstraat.com / update / vendor / seld / jsonlint / |
Filename | /home/a/home/dev2.destoffenstraat.com/update/vendor/seld/jsonlint/CHANGELOG.md |
Size | 1.55 kb |
Permission | rw-r--r-- |
Owner | root : root |
Create time | 21-Aug-2025 12:26 |
Last modified | 06-Apr-2021 18:06 |
Last accessed | 22-Aug-2025 16:50 |
Actions | edit | rename | delete | download (gzip) |
View | text | code | image |
### 1.6.1 (2017-06-18)
* Fixed parsing of `0` as invalid
### 1.6.0 (2017-03-06)
* 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 (2016-11-14)
* Added support for PHP 7.1 (which converts `{"":""}` to an object property called `""` and not `"_empty_"` like 7.0 and below).
### 1.4.0 (2015-11-21)
* Added a DuplicateKeyException allowing for more specific error detection and handling
### 1.3.1 (2015-01-04)
* Fixed segfault when parsing large JSON strings
### 1.3.0 (2014-09-05)
* Added parsing to an associative array via JsonParser::PARSE_TO_ASSOC
* Fixed a warning when rendering parse errors on empty lines
### 1.2.0 (2014-07-20)
* 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
### 1.1.2 (2013-11-04)
* Fixed handling of Unicode BOMs to give a better failure hint
### 1.1.1 (2013-02-12)
* Fixed handling of empty keys in objects in certain cases
### 1.1.0 (2012-12-13)
* Added optional parsing of duplicate keys into key.2, key.3, etc via JsonParser::ALLOW_DUPLICATE_KEYS
* Improved error reporting for common mistakes
### 1.0.1 (2012-04-03)
* Added optional detection and error reporting for duplicate keys via JsonParser::DETECT_KEY_CONFLICTS
* Added ability to pipe content through stdin into bin/jsonlint
### 1.0.0 (2012-03-12)
* Initial release
* Fixed parsing of `0` as invalid
### 1.6.0 (2017-03-06)
* 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 (2016-11-14)
* Added support for PHP 7.1 (which converts `{"":""}` to an object property called `""` and not `"_empty_"` like 7.0 and below).
### 1.4.0 (2015-11-21)
* Added a DuplicateKeyException allowing for more specific error detection and handling
### 1.3.1 (2015-01-04)
* Fixed segfault when parsing large JSON strings
### 1.3.0 (2014-09-05)
* Added parsing to an associative array via JsonParser::PARSE_TO_ASSOC
* Fixed a warning when rendering parse errors on empty lines
### 1.2.0 (2014-07-20)
* 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
### 1.1.2 (2013-11-04)
* Fixed handling of Unicode BOMs to give a better failure hint
### 1.1.1 (2013-02-12)
* Fixed handling of empty keys in objects in certain cases
### 1.1.0 (2012-12-13)
* Added optional parsing of duplicate keys into key.2, key.3, etc via JsonParser::ALLOW_DUPLICATE_KEYS
* Improved error reporting for common mistakes
### 1.0.1 (2012-04-03)
* Added optional detection and error reporting for duplicate keys via JsonParser::DETECT_KEY_CONFLICTS
* Added ability to pipe content through stdin into bin/jsonlint
### 1.0.0 (2012-03-12)
* Initial release