Am trying to access the data from the following JSON . Am Getting response after hitting the server and i need to access the data present in the information1 field.
{  
   "Test1":[  
      {  
         "id1":0,
         "Test2":[  
            {  
               "Information1":"info1",
               "name":"Testing",
               "defnitions":[  
                  {  
                     "displayname":"displayame"
                  },
                  {  
                     "displayname2":"displayame2"
                  }
               ],
               "information2":"info2"
            }
         ],
         "information3":"info3",
         "information4":"info4"
      }
   ]
}
 
    