REST Assured MCQ
From below JSON, query to fetch "my address" as a String is
{
"address":
[
[
{
"address":
{
"address": "my address"
}
}
]
]
}