kimmking
kimmking
My site is : https://msainaction.github.io/ Thank you for big help, melody theme and molunerfinn.
能否提供你用到的json和pojo结构, 如果能做个testcase最好了
IdentityHashMap的key使用的是Class,如果使用ClassName应该能避免这个问题。 @wuwen5
that's a good idea to add jsonignore feature
FASTJSON2 is a new implement for json format, we should test the compatiblity of it.
https://dubbo.apache.org/zh-cn/blog/dubbo-k8s.html 找到一个文档,貌似需要配置阿里云edas
https://dubbo.apache.org/zh-cn/blog/dubbo-k8s.html
data:{} 与 data ==null 可不等价。 可以试试用data:[],data:null
[Issue1227.java.txt](https://github.com/alibaba/fastjson/files/1028546/Issue1227.java.txt) try this
确实存在解析不一致, JSON.parseObject 可以解析,但是List里是一个空的JSONObject,都是{}与[]惹的锅。