[
{
"id":100,
"account_id":8,
"name":"Out of Service",
"default":false,
"created_at":"2012-02-06T08:51:29.720-06:00",
"updated_at":"2012-02-06T08:51:29.720-06:00"
},
...
]
This is my sample object. I get this from an url fetch app request. How can i filter this so i can publish a list of only one type of Value.
For example : if I want to filter it for Key Id, i want to get a list that is something like : 100,101,... So on.
Thanks