【发布时间】:2019-09-18 05:15:32
【问题描述】:
我正在尝试将 json 文件加载到我的 python 程序中
with open(filename,'r') as jf:
datastore = json.load(jf)
print(datastore)```
But this trims about 10% of the JSON file
【问题讨论】:
-
我认为这会起作用...也许它正在重新排列键而您没有注意到?