public static JSONObject Create(AddJSONContents content) { JSONObject obj = Create(); content.Invoke(obj); return(obj); }
public static VideoHostingJson Create(AddJSONContents content) { VideoHostingJson obj = Create(); content.Invoke(obj); return(obj); }
public JSONObject(AddJSONContents content) { content.Invoke(this); }
public static JSONObject Create(AddJSONContents content) { JSONObject obj = Create(); content.Invoke(obj); return obj; }
public JSONObject(AddJSONContents content) { writesingleline = false; content.Invoke(this); }
private JSONObject(AddJSONContents content) { content.Invoke(this); }
public VideoHostingJson(AddJSONContents content) { content.Invoke(this); }