My objects:
[ { description: \'object1\', id: 1 }, { description: \'object2\', id: 2 } { description: \'object3\
You can use the following
import { find } from 'lodash'
Then to return the entire object (not only its key or value) from the list with the following:
let match = find(savedViews, { 'ID': 'id to match'});