Expand description
Modules§
Traits§
- Deserialize
- Trait for data structures that can be deserialized from a JSON string.
- Flatten
Deserialize - Types whose fields can be flattened into a parent during deserialization.
- Flatten
Map - A
de::Mapthat produces a typedTdirectly after being driven. - Serialize
- Trait for data structures that can be serialized to a JSON string.
- Serialize
MapBuilder - Produces a
ser::Mapover this type’s fields for flatten serialization.
Functions§
- from_
value - Deserialize a type from a
miniserde::json::Value. - replay_
value_ to_ visitor - Replay a captured
Valueto a Visitor. - to_
value - Serialize a type into a
miniserde::json::Value.