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
使用版本:2.0.27 样例数据:{'P1Q1': {1.0: '选项 1', 2.0: '选项 2', 3.0: '选项 3'}}
使用:JSONObject.parse(result) 报错信息:com.alibaba.fastjson2.JSONException: illegal input ., offset 1358, character .
JSONObject.parse(result)
com.alibaba.fastjson2.JSONException: illegal input ., offset 1358, character .
在fastjson1 中可以支持的
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/ 问题已修复,请帮忙用2.0.33-SNAPSHOT版本验证。
Sorry, something went wrong.
improved none-string key object deserialize support, for issue #1487
74786a4
https://github.com/alibaba/fastjson2/releases/tag/2.0.33 请用新版本
No branches or pull requests
问题描述
使用版本:2.0.27
样例数据:{'P1Q1': {1.0: '选项 1', 2.0: '选项 2', 3.0: '选项 3'}}
使用:
JSONObject.parse(result)
报错信息:
com.alibaba.fastjson2.JSONException: illegal input ., offset 1358, character .
在fastjson1 中可以支持的
The text was updated successfully, but these errors were encountered: