jjaspe
8 years agoNew Contributor
JsonPath RegEx Match
I'm trying to assert that an JSON HttpResponse has the following string in it : "TotalNumberOfResults": 1 but the one could be any number except 0. I tried using JsonPath RegEx Match but when I ty...