I have Http Sampler body as follows, {"Uname":"admin","Signature":"${Sign}","LoginTime":"${LogTime}","Action":"Do_Action"}
I have to get the value of "Action" from the above body, and that value nned to be sent to Pre-processor which will be useful to do further action.
Help me out of this...!!
Thanks!