PLAYGROUND (experimental)

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

NameTypeRequiredDefaultDescription
listyes-The list to save
filepathyes-Path to output JSON file