my json looks like below, i want to loop through and parse this using python. pls need some idea since i am new to python. please note that, my json is not having root element as well as split(,)
{
"httpRequest": {
"status": 200
},
"protoPayload": {
"resource": "/food/android?event_name=afo_product1_clicked",
"startTime": "2021-04-12T07:26:02.019507Z"
},
"receiveTimestamp": "2021-04-12T07:26:02.176159139Z"
}
{
"httpRequest": {
"status": 200
},
"protoPayload": {
"resource": "/food/android?event_name=afo_addtocart_clicked",
"startTime": "2021-04-12T07:26:02.019507Z"
},
"receiveTimestamp":"2021-04-12T07:26:02.176159139Z"
}