public static double DeserializeSystemDouble(JSONObject jsonObject, string name)
 {
     return jsonObject.GetDouble(name);
 }