Example #1
0
 public override string ToString()
 {
     return(JSONConvert.SerializeArray(this));
 }
Example #2
0
 public JSONArray FromObject(string json)
 {
     return(JSONConvert.DeserializeArray(json));
 }
Example #3
0
 public static JSONObject FromObject(string json)
 {
     return(JSONConvert.DeserializeObject(json));
 }