I have a output from HTTP as an array like below
[
{
"country": "USA",
"kpi": "Sales",
"value": "4444",
"indicator": "same"
},
{
"country": "USA",
"kpi": "Revenue",
"value": "5555",
"indicator": "same"
},
{
"country": "China",
"kpi": "Sales",
"value": "3333",
"indicator": "same"
},
{
"country": "China",
"kpi": "Revenue",
"value": "3444",
"indicator": "same"
}
]
Now i want to read Sales value for say USA, how do i achieve this using expressions so that i can form a HTML body out of this