# to write on file # data_dict is a dictionary import json with open('data.json', 'w') as f: json.dump(data_dict, f)