We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(note: moved from FasterXML/jackson-databind#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.
true
The text was updated successfully, but these errors were encountered:
38d6e35
No branches or pull requests
(note: moved from FasterXML/jackson-databind#260)
If you give input like:
it will first successfully parse integer 123, and then boolean
true
. This should instead result in a parse exception.The text was updated successfully, but these errors were encountered: