A wrapper for saving an object to a JSON file
filename (str) – A filename where the JSON file will be saved
data (dict) – The JSON data to save.
save_json()