Hi all,
I need one small help, I have below structure of json data I need to map to model class from response can anyone help me how
{
"data":[
{
"firstName":"",
"lastName":""
},
{
"firstName":"",
"lastName":""
}
] ,
"form":
{
"schema":[
{
"Id":101,
"Address":"Hyd"
},
{
"Id":101,
"Address":"Hyd"
}
]
}
}