How can I access to the attribute : Id,digitalId and title in the following JSON format and put them into an arrayList: {
{
"code": 0,
"data": {
"count": 4,
"results": [,
{
"id": 61541,
"digitalId": 0,
"title": " bigData(2017) #11",
"textObjects": [{
"type": "issue_solicit_text",
"language": "en-us",
}]
]
}
}
}