I need to write out all the variables in this JSON response:
"result": {
"\/common\/topic\/weblink": [
{
"url": "http:\/\/www.boardgamegeek.com\/boardgame\/13",
"description": "BoardGameGeek"
}
],
"id": "\/en\/settlers_of_catan"
}
So to get the id:
result.id
But how do I get the values for "\/common\/topic\/weblink"?