-
Notifications
You must be signed in to change notification settings - Fork 495
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
JSONPath.remove 与fastjson1.x行为不一致 #1889
Comments
另:使用兼容包 JSON.parseObject后内部的JSONobject为fastjson2.x的对象 |
能提供重现问题的testcase么? |
这个是fastjson2 结果:{"a":{"b":null,"c":2}} |
这是fastjson1 结果:{"a":{"c":2}} |
这个问题还未修复吧 |
是两个事情了,你能再建一个issue么? |
行,我再建一个issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fastjson1.x:移除了key和value
fastjson2.0.40:仅移除了value
The text was updated successfully, but these errors were encountered: