Module json

Module json 

Source
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 Value from a JSON string.
to_json
Encode a Value into a deterministic JSON string.