This is a fork of serde-json that adds support for serializing and deserializing enum variants without their tag wrapper. Serde is a framework for serializing and deserializing Rust data structures ...
Any type that implements Serde's Deserialize trait can be deserialized this way. This includes built-in Rust standard library types like Vec<T> and HashMap<K, V>, as well as any structs or enums ...
Serde, a popular Rust (de)serialization project, has decided to ship its serde_derive macro as a precompiled binary. The move has generated a fair amount of push back among developers who worry about ...