Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
This is my JSON:
{
"access_token": "9dC-ifDuONHRRvpLI53oeBzx",
"user": {
"id": 1,
"username": "try",
"auth_key": "9dC-ifNH",
"password_hash": "$2y$13$sD.N0myOtahcNls90FJ50kGN6t6",
"password_reset_token": null,
"email": "try@gmail.com",
"status": 10,
"created_at": 1505,
"updated_at": 0
}
}
I want to get the access_token field. I am trying this but it's not working:
Try changing JSONField from "body" to "string".
@dferre,please find the below way.
@dferre,check below one.
This is how I solved the problem: