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 个月前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐