I am facing some problem to get value from my json response. My Json response is as follows:
{
"changed": [
"username",
"phone",
"profile_picture",
"public_ind"
],
"failed": []
}
Please anyone give me some clue so that I can get value from my JSON response.