Beispiel #1
0
 public static long GetLong(this SimpleJSON.JSONNode node, string key)
 {
     return(node.GetLong(key, 0));
 }