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.