Module encoders

Source

Functionsยง

encode_value
Encode a value to JSON (wrapper for Serialize types). This function automatically calls the serde serialization.
json_dump
Write data to JSON file with pretty formatting.
json_dumps
Serialize data to JSON string with pretty formatting.
json_load
Read data from JSON file.
json_loads
Deserialize data from JSON string.