Hello All,
How to get perticular value from response content using json path method and pass input parameter as dynamic value in the below expression.
$.employees[?(@.lastName == 'Smith')].firstName
Here Smith need to be replace with input parameter and not a fixed string.
How can we get this dynamic approach in web api request
Thanks,
K
------------------------------
A Z
------------------------------