i am using restassured to test my rest APIs and I have a scenario where my rest API returns a JSONArray without any key value like below. While browsing through multiple questions i havent seen similar JSONArray handled without key value. Verifying such a JSON is supported by RestAssured ?
[ "Test_1 Bundle_01", "Test_2 Bundle_02", "Test_3 Bundle_03" ]