var resobj = {
"status": {
"code": 2000,
"message": "Success"
},
"order": {
"Shop": 1,
"Quantity": 1,
"Customer": 1
}
}
I have this json and I need to loop through the order and access the keys(shop,quantity,customer).Can anyone help me on this.