jackson-core icon indicating copy to clipboard operation
jackson-core copied to clipboard

`JsonLocation` off for unrecognized tokens

Open cowtowncoder opened this issue 1 year ago • 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).

cowtowncoder avatar Dec 31 '23 03:12 cowtowncoder