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

Hi, Last time i decided install this great library to my project. And then i had problem with building in webpack, this is my file structure: ![Zrzut ekranu (312)](https://user-images.githubusercontent.com/36790120/79323847-08f91500-7f0f-11ea-91e1-18c6b73a7c82.png) And...

Previously the different escape characters were being applied one after the other, so that `"\\n"` in the json will get turned into a new-line instead of `"\n"`. Previously unicode escapes...

I'm trying to lint some JSON files that happen to have some comments in JSON like this: ``` json // this is configuration specific to aws deployments { // disable...

https://github.com/zaach/jsonlint/blob/843cad2bbd87139bb75806c1c24fe0d821a41ff4/package.json @

When I bundle my project using webpack `Module not found: Error` is occured. It seems webpack releated issue. Anyone have the same problem as me? > jsonlint v1.6.3

I have a broken JSON, the JSON lints fails with ``` RangeError: Maximum call stack size exceeded at String.match () at Object.next (jsonlint.js:316) at Object.lex (jsonlint.js:349) at Object.lex (jsonlint.js:353) at...

The last git tag is `v1.6.0`, please, make tags for `v1.6.3` and `v1.6.2`, `v1.6.1`, too.