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

Thanks for your linter, it works like a charm :) I integrated it in [Mega-Linter](https://nvuillam.github.io/mega-linter/), would it be ok to add the reference in your README ? jsonlint info in...

Tests are passing, I just re-built the project using the available `Makefile`

Hello, I'd like to ask you to implement (and document) support for specifying multiple input files. That would allow us to run `jsonlint` from build (e.g. npm) scripts since we...

This means jsonlint can't be used to verify that object keys are sorted.

right now if you use `import jsonlint from 'jsonlint';` e.g. via browserify/babel it doesn't have an export -- there's no export statement in web/ folder

If you use single quotes, it will (confusingly) tell you "expected STRING, got undefined". Single quotes are in fact strings, but invalid JSON, and therefore a very common error (see...

I've tried to use this command with multiple files and found the issue #77. Sadly a pull request about the issue is not merged and I've realized a successor project...

Hi. @zaach I use this package in my work recently. I find the open issues are also my problem. So i wanna do some fix. - Support globs input not...

Hi, it seems that jsonlint is already v1.6.2 now. Would you like to add tags for the new released versions? Thank you!