public static uint DeserializeSystemUInt32(JSONObject jsonObject, string name) { return jsonObject.GetUInt32(name); }