Module error

Source
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.
ErrorImpl ๐Ÿ”’
JsonUnexpected ๐Ÿ”’

Enumsยง

Category
Categorizes the cause of a serde_json::Error.
ErrorCode ๐Ÿ”’

Functionsยง

make_error ๐Ÿ”’
parse_line_col ๐Ÿ”’
starts_with_digit ๐Ÿ”’

Type Aliasesยง

Result
Alias for a Result with the error type serde_json::Error.