jsonc-parser
jsonc-parser copied to clipboard
Investigate range on unexpected word errors
For example:
Line 1, column 1: Unexpected word
class Test {
~~~~~~
Or
Line 2, column 13: Unexpected word
"test": asdf
~~~~~
For:
{
"test": asdf
}