Expand description
Strict JSON encoding APIs and their budget-aware serializer internals.
Structs§
- Json
Encode Error - Failure produced while encoding one JSON document.
- Json
Encoder - Encodes strict JSON text while owning cumulative accounting state.
- Json
Serialization Error - Privacy-safe failure produced while serializing a value as strict JSON.
Enums§
- Json
Collection Kind - JSON collection whose item count could not be represented.
- Json
Encode Error Kind - Represents the coarse category of a JSON encoding failure.
- Json
Encode Error Source - An owned source extracted from a strict JSON encoding failure.
- Json
Integer Signedness - Signedness retained by an integer-range encoding failure.
- Json
MapKey Kind - Serde value shape that cannot be represented as a JSON object key.
- Json
Serialization Error Category - Stable strategy category for a strict JSON value encoding failure.
- Json
Serialization Error Kind - Precise reason why a Serde value could not become strict JSON.
- Json
Serializer State Error - Invalid state produced by a malformed hand-written Serde implementation.