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
JSONObject.to SupportClassForName没效果
请填写以下信息:
如何操作可以重现该问题:
return new JSONObject(map).to(type,JSONReader.Feature.SupportClassForName); //没效果 return JSON.parseObject(JSON.toJSONString(map),type, JSONReader.Feature.SupportClassForName); //有效果
JSONObject.to SupportClassForName 生效
The text was updated successfully, but these errors were encountered:
improved JSONObject#to, fix issue #914
3b420d7
https://oss.sonatype.org/content/repositories/snapshots/com/alibaba/fastjson2/fastjson2/2.0.19-SNAPSHOT/ 问题已修复,请帮忙用2.0.19-SNAPSHOT验证,2.0.19版本预计在11月13日前发布。
Sorry, something went wrong.
https://github.com/alibaba/fastjson2/releases/tag/2.0.19 请用新版本
No branches or pull requests
问题描述
JSONObject.to SupportClassForName没效果
环境信息
请填写以下信息:
重现步骤
如何操作可以重现该问题:
期待的正确结果
JSONObject.to SupportClassForName 生效
The text was updated successfully, but these errors were encountered: