Пример #1
0
 public static long DeserializeSystemInt64(JSONObject jsonObject, string name)
 {
     return jsonObject.GetInt64(name);
 }