🌈 搜索
📅  最后修改于: 2022-03-11 15:03:58.940000             🧑  作者: Mango
import json with open('path_to_file/person.json') as f: data = json.load(f)