Hello team!
Im trying to setup a web scenario, that pass authentication, relieves token and do some action.
Some app gives me some_token in a JSON response.
I need to use it in next steps so i want to save it as variable.
How can i parse this?
{
"some_token": "token_value",
"some_other_param1": "value1",
"some_other_param2": "value2",
}
I need "some_token". It's value is a standard GUID number.
Im trying to setup a web scenario, that pass authentication, relieves token and do some action.
Some app gives me some_token in a JSON response.
I need to use it in next steps so i want to save it as variable.
How can i parse this?
{
"some_token": "token_value",
"some_other_param1": "value1",
"some_other_param2": "value2",
}
I need "some_token". It's value is a standard GUID number.