I am trying to get the array data in a JSON response. The following is my JSON response and I need to get date and stallNo from the data array.
{
"operation": "AnodeSet",
"stageMap": {
"stop": 5,
"adders": 4
// ...
},
"anodeProb": [
{
"name": "hello",
"index" : "hii"
}
],
"data" : [
{
"operation" : "AnodeSet",
"stallNo: 7",
"date" : "21/12/2015"
}
]
}