Json – Converting values from one dictionary to another dictionary as key:value in python
I have a situation where I need to read a json file containing statistics of different events coming into my system every 5 mins .I need to aggregate the counts for each of the events show against the events and…