serde-rs / json

Strongly typed JSON library for Rust
Apache License 2.0
4.85k stars 555 forks source link

Add feature to error on duplicate key in Map<String, Value> #1113

Open jfehr67 opened 7 months ago

jfehr67 commented 7 months ago

Add optional feature to error on deserialize of duplicate key in Map<String, Value>. VERY useful if you typically have very large json files that are contributed to by multiple engineers.