public static short DeserializeSystemInt16(JSONObject jsonObject, string name) { return jsonObject.GetInt16(name); }