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
简要描述您碰到的问题。
String str="{\"amt\":-22.1400000000000005684341886080801486968994140625}"; System.out.println(JSONObject.parseObject(str, Map.class)); //输出{amt=22.1400000000000005684341886080801486968994140625}
应该结果是负数的,结果值变了
请填写以下信息:
The text was updated successfully, but these errors were encountered:
fix negative decimal overflow for issue #2128
9d922ad
31f405c
https://oss.sonatype.org/content/repositories/snapshots/com/alibaba/fastjson2/fastjson2/2.0.45-SNAPSHOT/ 问题已修复,请帮2.0.45-SNAPSHOT验证问题是否已经修复,我会尽快发布新版本
Sorry, something went wrong.
问题已修复
https://github.com/alibaba/fastjson2/releases/tag/2.0.45 问题已修复,请用新版本
yanxutao89
No branches or pull requests
问题描述
简要描述您碰到的问题。
应该结果是负数的,结果值变了
环境信息
请填写以下信息:
The text was updated successfully, but these errors were encountered: