transform object to array with lodash October 17, 2022 by Tarik You can do var arr = _.values(obj); For documentation see here.