Get Json value and show it as list view

How To Get aia_data value From json And show it on list view

{
“aia_data”: [
{
“id”: 1,
“title”: "Paytm Payment AIA File ",
“subtitle”: “Demo SubTitle”,
“image”: “demo image”,
“created_at”: null,
“updated_at”: null
},
{
“id”: 2,
“title”: "Instamojo Payment AIA File ",
“subtitle”: “Demo SubTitle 2nd”,
“image”: “demo image”,
“created_at”: null,
“updated_at”: null
}
],
“return”: “true”,
“Massage”: “Data Fetched Successfully”
}

Using [Free] Json To Dictionary Extension

Can You Explain please, How to do with foreach loop and show list view

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.