jsonc-parser icon indicating copy to clipboard operation
jsonc-parser copied to clipboard

Investigate range on unexpected word errors

Open dsherret opened this issue 4 years ago • 0 comments

For example:

Line 1, column 1: Unexpected word

  class Test {
  ~~~~~~

Or

Line 2, column 13: Unexpected word

      "test": asdf
              ~~~~~

For:

{
    "test": asdf
}

dsherret avatar Jun 08 '20 15:06 dsherret