[−][src]Module serde_json_core::de
Deserialize JSON data to a Rust data structure
Enums
| Error | This type represents all possible errors that can occur when deserializing JSON data |
Functions
| from_slice | Deserializes an instance of type |
| from_str | Deserializes an instance of type T from a string of JSON text |
Type Definitions
| Result | Deserialization result |