Module serde_json::error [] [src]

JSON Errors

This module is centered around the Error and ErrorCode types, which represents all possible serde_json errors.

Enums

Error

This type represents all possible errors that can occur when serializing or deserializing a value into JSON.

ErrorCode

The errors that can arise while parsing a JSON stream.

Type Definitions

Result

Helper alias for Result objects that return a JSON Error.