Open
Description
$ cat test.json
{
"one": "value",
"two": 2,
"three": "three",
}
$ jsonlint test.json
test.json:5:0: Warning: Strict JSON does not allow a final comma in an object (dictionary) literal
| At line 5, column 0, offset 52
| Object started at line 1, column 0, offset 0 (AT-START)
test.json: ok, with warnings
If "three": "three"
was added in the PR, lintreview wouldn't comment on this error, as it reports the error 1 line down.
I'm not sure what the solution so this problem is.
Metadata
Metadata
Assignees
Labels
No labels