Module de
Deserialize JSON data to a Rust data structure.
Structs
- Deserializer A structure that deserializes JSON into Rust values.
- StreamDeserializer Iterator that deserializes a stream into multiple JSON values.
Functions
-
from_reader
Deserialize an instance of type
Tfrom an I/O stream of JSON. -
from_slice
Deserialize an instance of type
Tfrom bytes of JSON text. -
from_str
Deserialize an instance of type
Tfrom a string of JSON text.