fastjson集合转字符串

JSON.toJSONString(list, SerializerFeature.DisableCircularReferenceDetect);

list为集合

原文地址:https://www.cnblogs.com/toSeeMyDream/p/7151894.html