(note: moved from https://github.com/FasterXML/jackson-databind/issues/260) --- If you give input like: ``` 123true ``` it will first successfully parse integer 123, and then boolean `true`. This should instead result in a parse exception.