serde-json-core icon indicating copy to clipboard operation
serde-json-core copied to clipboard

Deserializing unknown fields should not cause an error unless #[serde(deny_unknown_fields)] is specified

Open mattico opened this issue 1 year ago • 0 comments
trafficstars

To match the behavior of serde_json: https://serde.rs/container-attrs.html#deny_unknown_fields

mattico avatar Jun 28 '24 21:06 mattico