I have json data as mentioned below.
{  
"data":[  
  {  
     "Products":{  
        "id":"86",
        "pname":"mi4",
        "pcat":"9",
        "subcat":"8",
        "seccat":"0",
        "oproduct":"1",
        "pdetails":"Good phone",
        "pprice":"10000",
        "pdiscount":"10",
        "qty":"1",
        "qtytype":"GM",
        "dcharge":"40",
        "pimage":null,
        "sname":"Easydeal",
        "sid":"1100",
        "size":"",
        "pincode":""
     }
  }
 ]
}
I can identify array as getJSONArray("datas"). But I want to get pname and sname values. 
 
     
     
     
     
    