I've been trying to parse the following in my android application but cant figure out how to get that far down the branch. I want to be able to get "description" in "myc" This is what i have:
{
"status": 0,
"result": [
{
"id": 20,
"object_metadata": {
"name": "David",
"myc": [
{
"description": "Hello world"
},
{
"description": "Goodbye World"
}
]
}
}
]
}