FasterXML / jackson-core

Core part of Jackson that defines Streaming API as well as basic shared abstractions
Apache License 2.0
2.27k stars 795 forks source link

Second attempt at solving #1173 #1223

Closed cowtowncoder closed 8 months ago

cowtowncoder commented 8 months ago

This time around, do not modify input pointer directly (since we must skip unexpected character), but add a new method for getting "past location", one before current. So far solves almost all cases, but not all.