Expand description
JSON codecs and errors with deterministic representations.
Functionsยง
- decode_
value - Decode from a structured JSON value.
- encode_
value - Encode to a structured JSON value.
- from_
json - Decode a
Valuefrom a JSON string. - to_json
- Encode a
Valueinto a deterministic JSON string.