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