I have a json field which is called template.welcome.email and I am writing a unit test that checks if that field is present in the reply from the server but I can\'t find a
These days (e.g. io.rest-assured.json-path:3.0.1) the notation seems to be without brackets:
io.rest-assured.json-path:3.0.1
// Some Groovy OData V4 $count test // Response looks like: // { "@odata.count": 2, ... } body "'@odata.count'", equalTo(2)
I found the corresponding hint in this Git issue.