codenothing / jsonlint

JSON Linter that allows comments
http://codenothing.github.com/jsonlint/
MIT License
32 stars 12 forks source link

What's ';'? I want a semicolon.... #5

Open rugk opened 8 years ago

rugk commented 8 years ago

Using atom-linter-json-lint I got this error: semicolonno

This error message is very confusing.

{
    "bitwise": true,
    "";
}