Assertions with JsonPath
Let’s learn to use the JsonPath library to unit test the JSON response.
We'll cover the following...
Nowadays, the JSON format is commonly used for the request and response of REST APIs. We need a better way to read the JSON content and traverse the nested objects.
Jayway Json-path
Jayway’s json-path
looks promising for reading ...