lodash get nested property code example Example: how to get nested array using lodash var result = _.map(data, item => ({id: item.id, name: item.name}));