import json with open("../temp/test_return.json", 'r') as f: data = json.load(f) print(data)