Beispiel #1
0
 public static String getEnclosure(JSONObject object) {
   return object.keySet().toString().replace("[", "").replace("]", "");
 }