Open cowtowncoder opened 10 months ago
(note: follow up to remaining case from #1173)
Looks like JsonLocation reported for input like:
JsonLocation
{"isThisValidJson": FALSE}
is off so that reported position of error is at the end of FALSE token, instead of the beginning (first character of unrecognized token).
FALSE
(note: follow up to remaining case from #1173)
Looks like
JsonLocation
reported for input like:is off so that reported position of error is at the end of
FALSE
token, instead of the beginning (first character of unrecognized token).