I have Response data and in that i want to fetch specific value in the URL got after posting the API using Jmeter HTTP request.
using JSON extract i am able to fetch the href URL which is
CartId=http://ssp4.swblr.skidata.net/ecom/ssp-order/carts/f5146a44-9139-429b-9195-f59e4964b8ed
for this i used JSON extractor and mentioned "JSON Path expressions = $..href" with Match No =1[enter image description here][2]
and i wanted to fetch CartId=http://ssp4.swblr.skidata.net/ecom/ssp-order/carts/f5146a44-9139-429b-9195-f59e4964b8ed this Bold marked numeric value enter image description here