I am trying to get an object in an array by the value of one of its keys.
The array:
{
"privileges" :
[
{
"resource" : "login" ,
"actions": ["true"]
},
{
"resource": "user" ,
"actions": ["create","read"]
}
]
}