Forum Discussion

henil_shah's avatar
henil_shah
Contributor
6 years ago

How to assert array response

[ { "id" : "1234", "name":"xyz" }, "jsonfield1" : { "jsonfield" : "xyz" } } ]   I got this response of my API. I dont know how to assert array. Generally, I store in hashmap  ...