callum-oakley / json5-rs

A Rust JSON5 serializer and deserializer which speaks Serde.
ISC License
184 stars 23 forks source link

Correctly deserialize keys into non-strings #43

Open SabrinaJewson opened 2 years ago

SabrinaJewson commented 2 years ago

Fixes the other half of #25. By having a custom key deserializer, we can specially treat calls like deserialize_i32 on the key "0" as an integer.