Closed thomaseizinger closed 1 year ago
Thanks for the PR! I guess it doesn't hurt, but I recommend using #[serde(default)] value: Vec<String>
instead.
Thanks for the PR! I guess it doesn't hurt, but I recommend using
#[serde(default)] value: Vec<String>
instead.
Hmm, I guess that is equivalent yeah. Will try!
Ran into this whilst trying to deserialize an optional list of choices in a web app.