Query array on each index

Hi,

I am facing a query issue, I want to query cashflow[0].amount=100, is it possible and how to do it? thanks

{
"trade": {
"id": "1234",
"cashflow": [{
"type": "a",
"amount": 100
},
{
"type": "b",
"amount": 200
}
]
}
}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.