在 RestAssured JsonPath 的帮助下,我无法从下面的 json 中获取 id 列表。
{
"Test": [
{
"id": "657"
},
{
"id": "2711"
}
],
"Test2": [
{
"id": "657"
},
{
"id": "711"
}
]
}