Module de

Source
Expand description

The deserialization module, for serde compatibility (optional feature)

Structs§

JSONValueDeserializer
A small helper that wraps our JSONValue and implements serde::Deserializer.

Enums§

SerdeJSON5Error

Functions§

from_str
Deserialize str to your values/structs/etc. compatible with the serde data model