I have result.json that looks like this :
[
{
"id":"1",
"label":"2017-03-30",
"value":"1675000"
},
{
"id":"2",
"label":"2017-04-01",
"value":"1440000"
},
{
"id":"2",
"label":"2017-04-02",
"value":"830000"
},
]
How can I get the specific items in json array .
for example I wanted to make an output for each "value" if
id=2 and label=2017-04-01