svanoort / pyresttest

Python Rest Testing
Apache License 2.0
1.15k stars 326 forks source link

Not able to extract a part of output string in the json response #279

Open ravindrabiradar44 opened 6 years ago

ravindrabiradar44 commented 6 years ago

Hi,

I have json response as below { "message": "1234 success" }

I wanted to extract "1234" and pass it in the input of PUT request ? Right now iam not able to do it . Could you please help me on this ?