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
JSON解析不正确
请填写以下信息:
如何操作可以重现该问题:
JSONObject.parse("{1,2}") => {1:2}
System.out.println(JSONObject.parse("{1,2}"));
提示:语法错误
{1:2}
The text was updated successfully, but these errors were encountered:
error if illegal input, for issue #2155
0e5be77
https://oss.sonatype.org/content/repositories/snapshots/com/alibaba/fastjson2/fastjson2/2.0.45-SNAPSHOT/ 问题已修复,请帮2.0.45-SNAPSHOT验证问题是否已经修复,将会在1月7日前发布新版本
Sorry, something went wrong.
JSONObject.parse("{1,2}") => {1:2} 好了,但又发现一些增加位数的case
JSONObject.parse("{10,2}") => {10:2} JSONObject.parse("{1,20}") => {1:20}
https://github.com/alibaba/fastjson2/releases/tag/2.0.45 问题已修复,请用新版本
No branches or pull requests
问题描述
JSON解析不正确
环境信息
请填写以下信息:
重现步骤
如何操作可以重现该问题:
JSONObject.parse("{1,2}") => {1:2}
期待的正确结果
提示:语法错误
相关日志输出
{1:2}
The text was updated successfully, but these errors were encountered: