public static char DeserializeSystemChar(JSONObject jsonObject, string name)
 {
     return jsonObject.GetChar(name);
 }