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