When i request for GET request, I’m getting the JSON response, but here my requirement is to validate the structure of response body. For example: The above response having structure, so i need to validate structure instead of one key value pair, how i can achieve this? Answer The best way is to verify json-schema matching. Firstly, you need to
Tag: json-path-expression
JSONPath: Extracting subset of array produces weird results
I have this json: { “push”: { “changes”: [ { “commits”: [ { “hash”: “b194ab92186b94de3f9493818c353e9bbedb38d4&…