Expand description
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
Tfrom bytes of JSON text Returns the value and the number of bytes consumed in the process - from_
str - Deserializes an instance of type T from a string of JSON text
Type Aliases§
- Result
- Deserialization result