FasterXML/jackson-core

`JsonLocation` off for unrecognized tokens

cowtowncoder opened this issue · 0 comments

(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).