{
"Names": ["HOTP","AuthConfiguration","Federation","Repository","Policy","Service","LDAP","DataStore","SAE","Delegation","Module","OATH"]
}
Any help appreciated.
if you want to extract the size you can do:expect().body("Names.size()", is(12)).when().get("/endpoint");
int size = get("/endpoint").path("Names.size()");
--
You received this message because you are subscribed to the Google Groups "REST assured" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rest-assured...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.