I would like to get data from an array in a json response.
This is the json:
{
"program":{
"title":"show",
"image_url":"NOA_17.jpg"
},
"noa":[
{
"title":"Title1",
"artist":"Artist1",
},
{
"title":"Title2",
"artist":"Artist2",
}
]
}
I would like to get Title1 & Artist1 out of there.
I hope there is someone who can help me with this.
Thank you in advance.
fix
to
E.g.