how to get the values from json extracted variables?
i am testing on a api and the url link for that api is : https://petstore.swagger.io/v2/pet/findByStatus?status=available
how to get the last value from the json extracted variable
i am testing the api and i have a request and it returns me a json response and by using the json extractor i have extracted the id from the json data and store it in a variable.