Json – two dictionaries/list comprehension on condition
I have two lists of dictionaries: 1. "baby_bottlefeed" : [ { "pk" : 1, "amountML" : 22.600000381469727, "isFormula" : 1, "babyid" : 1, "date" : 1688970600 }, { "pk" : 2, "amountML" : 50, "isFormula" : 1, "babyid" : 1,…