Module serde_json::error [] [src]

JSON Errors

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

Structs

Error

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

Type Definitions

Result

Helper alias for Result objects that return a JSON Error.