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