I have JSON Array which I want to convert in some format which I can compare with datastax value. I tried below code:
String familyNames = response.jsonPath().getString("FAMILY");
and
List jsonresponse = response.jsonPath().getList("$");
I am not able to find any way. I expect a format in which I can comapre entire json response with the values in datastax table