package com.fanruan.api.json;
import com.fr.json.JSONObject;
public class JSONKit {
public static JSONObject create() {
return new JSONObject();
}
public static JSONObject create(String text) {
return new JSONObject(text);