-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
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
USE_BIG_DECIMAL_FOR_FLOATS
feature not working when using JSON.treeFrom()
#90
Comments
Thank you for reporting this. I added a failing test to reproduce the problem. Unfortunately
|
cowtowncoder
changed the title
USE_BIG_DECIMAL_FOR_FLOATS feature not working when using treeFrom
Mar 24, 2024
USE_BIG_DECIMAL_FOR_FLOATS
feature not working when using JSON.treeFrom()
Fixed for 2.17.1. NOTE: MUST register codec as extension like so:
for things to work; registering directly as |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This test fails because the USE_BIG_DECIMAL_FOR_FLOATS feature is ignored and Double objects are stiill used.
The text was updated successfully, but these errors were encountered: