Let\'s say I have an object:
[ { \'title\': \"some title\" \'channel_id\':\'123we\' \'options\': [ {
If you're already using Underscore, use _.find()
_.find(yourList, function (item) { return item.id === 1; });