Python: looking for a value that is not contained in a dictionary (json)

前端 未结 0 1033
隐瞒了意图╮
隐瞒了意图╮ 2020-12-18 17:19

I\'ve a json which is a list of dictionaries and have the next structure:

  with open(\'example.json\', \'r+\') as file:
        dict_data = json.load(file)

         


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