File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ ### 1.3.0 (2014-09-05)
2
+
3
+ * Added parsing to an associative array via JsonParser::PARSE_TO_ASSOC
4
+ * Fixed a warning when rendering parse errors on empty lines
5
+
1
6
### 1.2.0 (2014-07-20)
2
7
3
8
* Added support for linting multiple files at once in bin/jsonlint
Original file line number Diff line number Diff line change @@ -32,9 +32,13 @@ $parser->parse($json);
32
32
Installation
33
33
------------
34
34
35
+ For a quick install with Composer use:
36
+
37
+ $ composer require seld/jsonlint
38
+
35
39
JSON Lint can easily be used within another app if you have a
36
40
[ PSR-4] ( https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md )
37
- autoloader, or it can be installed through [ Composer] ( http ://packagist .org/)
41
+ autoloader, or it can be installed through [ Composer] ( https ://getcomposer .org/)
38
42
for use as a CLI util.
39
43
Once installed via Composer you can run the following command to lint a json file or URL:
40
44
You can’t perform that action at this time.
0 commit comments