Module serde_json::error 
source · Expand description
When serializing or deserializing JSON goes wrong.
Structs§
- This type represents all possible errors that can occur when serializing or deserializing JSON data.
 
Enums§
- Categorizes the cause of a
serde_json::Error. 
Type Aliases§
- Alias for a
Resultwith the error typeserde_json::Error.