Rama Krishna

Rama Krishna

  • NA
  • 363
  • 32.9k

Json desirialization

Sep 18 2018 2:35 PM
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"
      } 
   ] 
   } 

Answers (4)