JSON Filtre Python


output_dict = [x for x in input_dict if x['type'] == '1']
Mushy Mockingbird