I got this response from my server. I need to extract the value of "token" from the JSON file. I want a variable to contain "hello" at the end. How can I do that in Android Studio (Java)?
PS: I have changed the token to "hello" for security sakes
{
"token":"hello",
"refresh_token":"hey"
}