{
"data": [
{
"name": "acac",
"id": "00000"
},
{
"name": "adcd",
"id": "1111111"
}
],
"paging": {
"next": "https://graph.facebook.com/00000000/friends?...."
}
}
I am trying to list facebook friends list in my android app.I am getting friends list as json data.now my question is how to create java class from json data.I already created two classes for "data" and "paging".I am stucked in how to use both of this class while parsing. Thanks in advance