save_dictionary
Save a dict to a JSON file
save_dictionary(
dict,
filepath
)
Save a dict to a JSON file
Syntaxe
save_dictionary(mydict, "output.json");
Arguments
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
dict | yes | - | The dict to save | |
filepath | yes | - | Path to output JSON file |