1
2
3
JSONObject.put("k", jsonv);

JSONObject.put("k", jsonv.clone());


1
String returnJson = JSON.toJSONString(map, SerializerFeature.DisableCircularReferenceDetect);