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.
- ErrorImpl ๐
- JsonUnexpected ๐
Enumsยง
- Categorizes the cause of a
serde_json::Error
. - ErrorCode ๐
Functionsยง
- make_error ๐
- parse_line_col ๐
- starts_with_digit ๐
Type Aliasesยง
- Alias for a
Result
with the error typeserde_json::Error
.