json dump into a dictionary code example Example: save a dict to json python import json with open('data.json', 'w') as fp: json.dump(data, fp)