TESTER

save_dictionary

save_dictionary(dict, filepath)

Save a dict to a JSON file

Syntaxe

save_dictionary(mydict, "output.json");

Arguments

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