I have a json file like below
{
"sample": 100,
"columns": [{
"name": "col1",
"value": 11
},
{
"name": "col2",
"value": 210
},
.....
{
"name": "col10",
"value": 20
}
]
}
I need to find the position of name: col10 in the columns array.