How can access the following JSON object in JavaScript:
{
"data": {
"1": {
"id": "1",
"name": "ZAIN",
"cards": {
"12": {
"id": "12",
"name": "Zain 5000",
"count": "4",
"value": "Z5",
"price": "5000",
"barcode": "654123987456",
"position": "0",
"days": "15",
"howtouse": "*101# Zain Recharge Code # and OK",
"background": null
},
"13": {},
"14": {},
"24": {},
"25": {},
"26": {}
}
},
"2": {},
"3": {},
"4": {}
}
}