public static JSONObject Create(AddJsonContents content) { JSONObject obj = Create(); content.Invoke(obj); return(obj); }
public JSONObject(AddJsonContents content) { content.Invoke(this); }