public static decimal DeserializeSystemDecimal(JSONObject jsonObject, string name) { return jsonObject.GetDecimal(name); }