Ejemplo n.º 1
0
        public static JSONObject Create(AddJsonContents content)
        {
            JSONObject obj = Create();

            content.Invoke(obj);
            return(obj);
        }
Ejemplo n.º 2
0
 public JSONObject(AddJsonContents content)
 {
     content.Invoke(this);
 }