Hi I have following json response, I am not able to access data of 'edit' jsonobject, how to create pojo for that?
Example
{
"result":"",
"responseMessage":"",
"edit":{
"id":"156",
"user_id":"5466",
},
"data":[
{
"dataid":"1",
"dataname":"tt"
},
{
"dataid":"2",
"dataname":"tt"
}
]
}
How to create pojo class for this response