Expand description
When serializing or deserializing JSON goes wrong.
Structsยง
- Error
- This type represents all possible errors that can occur when serializing or deserializing JSON data.
- Error
Impl ๐ - Json
Unexpected ๐
Enumsยง
Functionsยง
- make_
error ๐ - parse_
line_ ๐col - starts_
with_ ๐digit
Type Aliasesยง
- Result
- Alias for a
Result
with the error typeserde_json::Error
.