save list in json code example Example: python save list to json import json with open('data.json', 'w') as f: json.dump(data, f)