i want to get token through the result of REST API and it has done and success. the result of REST API shown below following print(result) of python
'{"UserId":"202","UserName":"xxx","UserMail":"yyy","Token":"abcdfghoijkalt"}'
do you know how to get "Token" as variable?, so i can get to next step. thank you
import json/dct = json.loads( result )? Python has a built-injsonmodule.python string to json.