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.
- Error
Impl ๐ - Json
Unexpected ๐
Enumsยง
- Categorizes the cause of a
serde_json::Error
. - Error
Code ๐
Functionsยง
- make_
error ๐ - parse_
line_ ๐col - starts_
with_ ๐digit
Type Aliasesยง
- Alias for a
Result
with the error typeserde_json::Error
.