You just need to put #[serde(rename_all = "snake_case")] before the enum definition. Other possible values are lowercase , UPPERCASE ...
確定! 回上一頁