From this JSON response, I need to get the name, email, mobile and show it like a list-view. I can't be able to find how to get the JSON array response in particular.Please help me to sort this problem. Thank you in advance.
{
"status":200,
"success":"TRUE",
"data":
{
"todayCallBacks":
[
{"callback_date":"18-01-2018 10:30","remarks":"","name":"asdasd","email":"","mobile":"213213","company":"asdasd","feedback":"teasdasd","id":"60","amount":"2313.00","product":"Brouchure","location":"","landline":"213413"},{"callback_date":"18-01-2018 14:50","remarks":"","name":"asdasd","email":"","mobile":"123123213","company":"adsadasd","feedback":"asdasdsd","id":"53","amount":"2141.00","product":"Brouchure","location":"","landline":"213123"},{"callback_date":"18-01-2018 15:50","remarks":"","name":"asdasdasd","email":"","mobile":"23123","company":"asdasd","feedback":"asdasdasdasd","id":"63","amount":"0.00","product":"Brouchure","location":"","landline":"123123"},
{"callback_date":"19-01-2018 15:50","remarks":"","name":"asdasd","email":"","mobile":"1241241241","company":"asdasd","feedback":"adasdasd","id":"58","amount":"123213.00","product":"Web page designing","location":"","landline":"12412412412"},{"callback_date":"19-01-2018 19:45","remarks":"","name":"sadsa","email":"","mobile":"313213","company":"dasd","feedback":"asdasd","id":"55","amount":"2412.00","product":"Brouchure","location":"","landline":"21312321"}
]
}
}