Manigandan
3 years agoNew Contributor II
How to fetch value from array?
Hello Team,
I have the below array and I need to fetch the filename where active=1. Please can you help me on this.
“array” : [
{
“active”: 0,
“fileName”: “test.pdf”
},
{
“active”: 1,...