fastjson把对象转化成json避免$ref

2019-09-20  本文已影响0人  光小月
image.png

对json数据进行转换之后,出现$ref 字符,如何去除
使用--》DisableCircularReferenceDetect来禁止循环引用检测:
JSON.toJSONString(..., SerializerFeature.DisableCircularReferenceDetect)

https://blog.csdn.net/wxwzy738/article/details/30244993

PS: 若你觉得可以、还行、过得去、甚至不太差的话,可以“关注”一下,就此谢过!

上一篇下一篇

猜你喜欢

热点阅读