The code snippet below shows the various ways you can filter on an array of objects using lodash.
let lodash = require('lodash');
var countries = [
{"key": "DE", "name": "Deutschland", "active": false},
{"key": "ZA&qu...