I need to load a json file into a data structure using python. Why is my code failing?

后端 未结 0 1263
日久生厌
日久生厌 2020-12-15 22:26

My data looks like this...

with open("./tmp/json_file.json") as in_f:
    for line in in_f:
        print(line)

{"

相关标签:
回答
  • 消灭零回复
提交回复
热议问题