WillJones
9 years agoNew Contributor
JsonPath count of embedded node
"Hi I am trying to count the occurences of an embedded node using Json Path Count assertion. My Json response looks something like this.. {
"logs":[{"logId" : 1234,
"childLogResponse": ...
- 9 years ago
Am not aware of jsonpath. Here is a similar solution done using groovy script. Take a look if you wish.
http://stackoverflow.com/questions/35623183/soapui-how-to-find-node-count-in-json-response/35626696#35626696