美文网首页
fastjson把对象转化成json避免$ref

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

作者: 光小月 | 来源:发表于2019-09-20 15:29 被阅读0次
    image.png

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

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

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

    相关文章

      网友评论

          本文标题:fastjson把对象转化成json避免$ref

          本文链接:https://www.haomeiwen.com/subject/vqsjuctx.html