i need some help about json multidimensional array
"00100": {
"claim_id": "21",
"reference_no": "00100",
"distributor_name": "Standard Match",
"group_name": "A",
"month": "Jun2017",
"grand_total": "268.532",
"details": [
{
"product_name": "Match Type 1",
"price": "102.00",
"quantity": "02",
"net_amount": "179.52"
},
{
"product_name": "Match type 2",
"price": "101.15",
"quantity": "01",
"net_amount": "89.012"
}
]
}
Please explain me how to create a loop for this having a nested arrays! enter image description here