Esempio n. 1
0
 public static string GetString(this SimpleJSON.JSONNode node, string key)
 {
     return(node.GetString(key, null));
 }