예제 #1
0
 public static sbyte DeserializeSystemSByte(JSONObject jsonObject, string name)
 {
     return jsonObject.GetSByte(name);
 }