コード例 #1
0
 public static int DeserializeSystemInt32(JSONObject jsonObject, string name)
 {
     return jsonObject.GetInt32(name);
 }