We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#[derive(Serialize, Deserialize)] struct S { a: u32, b: String, #[serde(other)] other: Map<String, Value>, }
{"a":0,"b":"","c":true}
This would deserialize into other containing "c" => true.
other