Expand description
Deserialize JSON data to a Rust data structure
Structs§
- Deserializer
- Deserializer will parse serde-json-wasm flavored JSON into a serde-annotated struct
Enums§
- Error
- This type represents all possible errors that can occur when deserializing JSON data
Functions§
- from_
slice - Deserializes an instance of type
T
from bytes of JSON text - from_
str - Deserializes an instance of type T from a string of JSON text
Type Aliases§
- Result
- Deserialization result