Expand description
The deserialization module, for serde
compatibility (optional feature)
Structs§
- JSON
Value Deserializer - A small helper that wraps our
JSONValue
and implementsserde::Deserializer
.
Enums§
Functions§
- from_
str - Deserialize str to your values/structs/etc. compatible with the serde data model