I wanted to get a value in an array without using absolute array positioning. Here is my json payload.
{
"xyz":{
"abc":[
{
"account":[
{
"value":"savings"
}
]
}
]
}
}
How to get the value savings using Data Weave..