-
Notifications
You must be signed in to change notification settings - Fork 124
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
JSONWire to parse doubles/ints surrounded by quotes #886
Comments
peter-lawrey
added a commit
that referenced
this issue
Apr 26, 2024
peter-lawrey
changed the title
JSONWire to parse doubles surrounded by double quotes
JSONWire to parse doubles/ints surrounded by quotes
Apr 26, 2024
Added double/float/long/int with single and double quote. |
peter-lawrey
added a commit
that referenced
this issue
Apr 26, 2024
peter-lawrey
added a commit
that referenced
this issue
Apr 26, 2024
peter-lawrey
added a commit
that referenced
this issue
Apr 26, 2024
peter-lawrey
added a commit
that referenced
this issue
Apr 26, 2024
Released in Chronicle-Wire-2.25ea14, BOM-2.25ea52 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if a DTO has a double field "price" then parsing in this JSON results in price's value == -0.0
If you take away the quotes it is parsed correctly as 1.234 e.g
The text was updated successfully, but these errors were encountered: