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
简要描述您碰到的问题。
请填写以下信息:
如何操作可以重现该问题:
xxx.xxx
...
JSONWriter.Feature[] FASTJSON_DEFAULT_WRITER_FEATURES = {JSONWriter.Feature.BrowserCompatible, JSONWriter.Feature.WriteMapNullValue, JSONWriter.Feature.WriteNullListAsEmpty, JSONWriter.Feature.WriteNullBooleanAsFalse, JSONWriter.Feature.WriteNulls,JSONWriter.Feature.WriteEnumsUsingName,JSONWriter.Feature.WritePairAsJavaBean,JSONWriter.Feature.IgnoreErrorGetter,JSONWriter.Feature.WriteBigDecimalAsPlain,JSONWriter.Feature.LargeObject}; Map<String,Object> map = Maps.newHashMap(); map.put("tag","TAG1.cpu"); map.put("qos",0); map.put("time",1684394501624); map.put("value",new BigDecimal(String.format("%.2e",3.74e4))); System.out.println(JSON.toJSONString(map,FASTJSON_DEFAULT_WRITER_FEATURES));
对您期望发生的结果进行清晰简洁的描述。
请复制并粘贴任何相关的日志输出。
如果你还有其他需要提供的信息,可以在这里填写(可以提供截图、视频等)。
The text was updated successfully, but these errors were encountered:
https://oss.sonatype.org/content/repositories/snapshots/com/alibaba/fastjson2/fastjson2/2.0.33-SNAPSHOT/ 感谢反馈,当BigDecimal的scale为负数时有问题,问题已修复,请帮忙用2.0.33-SNAPSHOT版本验证。
Sorry, something went wrong.
fix : serialize negative scale BigDecimal error, for issue #1494
dbc8d8e
https://github.com/alibaba/fastjson2/releases/tag/2.0.33 请用新版本
No branches or pull requests
问题描述
简要描述您碰到的问题。
环境信息
请填写以下信息:
重现步骤
如何操作可以重现该问题:
xxx.xxx
方法...
数据...
错误期待的正确结果
对您期望发生的结果进行清晰简洁的描述。
相关日志输出
请复制并粘贴任何相关的日志输出。
附加信息
如果你还有其他需要提供的信息,可以在这里填写(可以提供截图、视频等)。
The text was updated successfully, but these errors were encountered: