|
5 | 5 | [](https://david-dm.org/prantlf/gulp-jsonlint) |
6 | 6 | [](https://david-dm.org/prantlf/gulp-jsonlint#info=devDependencies) |
7 | 7 |
|
8 | | -> [JSON]/[JSON5] file syntax validation plugin for [`gulp`] using [`jsonlint`] |
| 8 | +> [JSON]/[JSON5] file syntax validation plugin for [`Gulp`] using [`JSONLint`] |
9 | 9 |
|
10 | 10 | This is a fork of the original package with the following enhancements: |
11 | 11 |
|
12 | 12 | * Validates with both [JSON] and [JSON5] standards. |
13 | 13 | * Supports [JSON Schema] drafts 04, 06 and 07. |
14 | 14 | * Optionally recognizes JavaScript-style comments and single quoted strings. |
15 | 15 | * Optionally ignores trailing commas and reports duplicate object keys as an error. |
16 | | -* Prefers using the 8x faster native JSON parser, if possible. |
| 16 | +* Prefers using the 7x faster native JSON parser, if possible. |
17 | 17 | * Optionally reformats the output JSON and sorts object keys alphabetically. |
| 18 | +* Offers alternative error location formatters and message reporters. |
18 | 19 | * Depends on up-to-date npm modules with no installation warnings. |
19 | 20 |
|
20 | 21 | ## Usage |
@@ -254,8 +255,8 @@ Copyright (C) 2013-2019 Rogério Vicente, Ferdinand Prantl |
254 | 255 | Licensed under the [MIT License]. |
255 | 256 |
|
256 | 257 | [MIT License]: http://en.wikipedia.org/wiki/MIT_License |
257 | | -[`gulp`]: http://gulpjs.com/ |
258 | | -[`jsonlint`]: https://prantlf.github.io/jsonlint/ |
| 258 | +[`Gulp`]: http://gulpjs.com/ |
| 259 | +[`JSONLint`]: https://prantlf.github.io/jsonlint/ |
259 | 260 | [JSON]: https://tools.ietf.org/html/rfc8259 |
260 | 261 | [JSON5]: https://spec.json5.org |
261 | 262 | [JSON Schema]: https://json-schema.org |
|
0 commit comments