Exemplo n.º 1
0
 public static int GetInt(this SimpleJSON.JSONNode node, string key)
 {
     return(node.GetInt(key, 0));
 }