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

The license should be set in package.json.

I have some large files, ~1GB that I want to lint. Do you have a suggestion on how to bump up memory limits for the jsonlint tool? I've tried `cat...

```json { "ABC": " " } ``` JSON.parse doesn't work either. Will use \t

@josdejong Can you please better explain the change here? I would love to get this change into the canonical version of jsonlint so that npm is updated with this change...

Right now in quiet mode the json is never parsed - this will allow it to parse and set the exit status without logging the error.

Believe it or not this is from a real world example. Found on http://pro.jsonlint.com and followed back here. Simplest replication I can find: ``` air:~$ cat bad.json { "key": "value"...