# 读取json文件内容,返回字典格式 with open(‘./source_file/info.json‘,‘r‘,encoding=‘utf8‘)as fp: json_data = json.load(fp)
python 读取json文件
原文:https://www.cnblogs.com/licbin/p/13402873.html