fastjson把对象转化成json避免$ref
2019-09-20 本文已影响0人
光小月
image.png
对json数据进行转换之后,出现$ref 字符,如何去除
使用--》DisableCircularReferenceDetect来禁止循环引用检测:
JSON.toJSONString(..., SerializerFeature.DisableCircularReferenceDetect)
PS: 若你觉得可以、还行、过得去、甚至不太差的话,可以“关注”一下,就此谢过!