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ยง

Functionsยง

Type Aliasesยง

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