I have some JSON file:
"productsAtributesMaping":[
{
"model":"first",
"params":["0", "1", "2"]
},
{
"model":"second",
"params":["0", "1", "2", "3", "4"]
}
]
How to output a params of each object with loop?