test01.py 99 B

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