Ejemplo n.º 1
0
 public static sbyte DeserializeSystemSByte(JSONObject jsonObject, string name)
 {
     return jsonObject.GetSByte(name);
 }