i am trying to fetch the json value for api. What my api is showing json as below
{
"resultCode": 0,
"resultMessage": "Login Success",
"data": {
"userid": "2",
"username": "abc",
"email": "mrabc@abc.com",
"access_token": "Bw3jvwGHb4Iq4"
}
}
how can i get the value of data??