https://blog.iaiot.com/fastJson-$ref.html
JSONObject.put("k", jsonv);
→
JSONObject.put("k", jsonv.clone());
或
String returnJson = JSON.toJSONString(map, SerializerFeature.DisableCircularReferenceDetect);
https://blog.iaiot.com/fastJson-$ref.html
JSONObject.put("k", jsonv);
→
JSONObject.put("k", jsonv.clone());
或
String returnJson = JSON.toJSONString(map, SerializerFeature.DisableCircularReferenceDetect);