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)