Exemple #1
0
        public static JSONObject Create(AddJsonConents content)
        {
            JSONObject obj = Create();

            content.Invoke(obj);
            return(obj);
        }
Exemple #2
0
 public JSONObject(AddJsonConents content)
 {
     content.Invoke(this);
 }