fastjson SerializerFeature详解
json
适用于现代 C++ 的 JSON。
项目地址:https://gitcode.com/gh_mirrors/js/json
免费下载资源
·
https://blog.csdn.net/xiaoliuliu2050/article/details/82356753
https://www.cnblogs.com/wang-meng/p/33d93b7f748ba3cf5bd06a80f886f238.html
在java开发中经常需要使用fastjson,这个展示两个坑,所以有必要了解下SerializerFeature
1、Date值通过fastJson转化为string时候,在转化为Map对象时候,被转化成string格式,而不是Date格式
JSON.toJSONString(obj, SerializerFeature.UseISO8601DateFormat);
2、循环引用,被替换成 “指针”:
解决SpringBoot中FastJson循环引用$.ref的问题:https://blog.csdn.net/meng19910117/article/details/90205430
JSON.toJSONString(object, SerializerFeature.DisableCircularReferenceDetect);
GitHub 加速计划 / js / json
41.72 K
6.61 K
下载
适用于现代 C++ 的 JSON。
最近提交(Master分支:1 个月前 )
960b763e
3 个月前
8c391e04
6 个月前
更多推荐
已为社区贡献2条内容
所有评论(0)