-
Notifications
You must be signed in to change notification settings - Fork 511
New issue
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.2快照版本中JsonObject类继承LinkedHashMap去掉泛型<String, Object>用意 #120
Labels
question
Further information is requested
Comments
为了修复这个issue #110 |
请问有没有迁移这段代码来适应新版本功能的建议写法呢/ |
请更新快照再试试看 |
这个问题解决了,但是JSON.toJSONString中使用JSONWriter.Feature.WriteNonStringValueAsString属性对double和boolean不生效,只能吧int转换为String |
你可以另外开一个issue并且能提供重现代码的例子么? |
好的 |
issue125 已提供 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
温少您好,我今日使用2.0.2快照版本发现JsonObject类继承LinkedHashMap去掉了泛型<String, Object>,因此我们原先代码中的jsonObj.entrySet()期望返回entry变成返回object,我不清楚这样更改后的用意,请指教
The text was updated successfully, but these errors were encountered: