jsonlint icon indicating copy to clipboard operation
jsonlint copied to clipboard

A JSON parser and validator with a CLI.

Results 80 jsonlint issues
Sort by recently updated
recently updated
newest added

Running on the shell: ``` echo '{"hasOwnProperty":true}' | jsonlint --sort-keys ``` results in the following error: ``` [TypeError: Property 'hasOwnProperty' of object # is not a function] ``` Could this...

Running electron-builder fails in projects that have `jsonlint` dependency, because `jsonlint` depends on [JSV](https://npm.im/JSV) which has broken "dependencies" field causing electron-builder to freak out and crash. JSV hasn't been updated...

Added fix for [issue 110](https://github.com/zaach/jsonlint/issues/110)

I didn't see it explicitly mentioned in the docs, but I could have swore the module interface used to take a valid file path or a json string. Perhaps not...

The website http://jsonlint.com/ says it is based on this library. However, that site has the following bug: it rejects valid JSON that is NOT an object or an array. These...

Hi, a solidus char: '/' in JSON, as per: http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf is required to be escaped too, however your validation tool let it pass unescaped.

[json.org](http://www.json.org/) explicitly defines `\/` as a char token. However, `jsonlint

https://github.com/tmcw/jsonlint/issues/3