jackson-core
jackson-core copied to clipboard
`JsonLocation` off for unrecognized tokens
(note: follow up to remaining case from #1173)
Looks like JsonLocation reported for input like:
{"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).