Export JSON Dict to a file
Input
JSON Dict
Resource that holds a JSON dict
Output
File
Configuration
file_name
Destination file name in the store
string
file_format
File format
string
json
prettify
True to indent and prettify the JSON file, False otherwise
bool