Export JSON Dict to a file
Generic task that take a file as input and return a resource
Override the export_to_path method to export the resource into 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