PLAYGROUND (experimental)

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

NameTypeRequiredDefaultDescription
dictyes-The dict to save
filepathyes-Path to output JSON file