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