我正在使用 com.jayway.restassured.response.Response 类从 API 读取响应。它采用以下格式。有没有办法可以使用键名访问布局或区域的值。例如 - response.layout 或 response.regions?我尝试使用 JSONSlurper,但这不适用于 Response 类。任何帮助是极大的赞赏。
JSON Response :
{
layouts:
[
regions:
[
[
metadata:null,
endDate:null,
displayName:null,
roles:[], type:100,
widgets:[],
structure:100,
repositoryId:headerRegionHomePage,
name:header,
width:12,
audiences:[],
startDate:null,
height:300
],
[
structure:100,
type:101,
widgets:[],
width:12
],
[
metadata:null,
endDate:null,
displayName:null,
roles:[],
type:102,
widgets:[],
structure:100,
repositoryId:footerRegionHomePage,
name:footer,
width:12,
audiences:[],
startDate:null,
height:300
]
],
]
}