YuriGor / deepdash

eachDeep, filterDeep, findDeep, someDeep, omitDeep, pickDeep, keysDeep etc.. Tree traversal library written in Underscore/Lodash fashion
https://deepdash.io/
MIT License
275 stars 12 forks source link

selectDeep #48

Closed YuriGor closed 3 years ago

YuriGor commented 4 years ago

selectDeep - like findDeep, but returns an array of all the matches, not the first one only. opposite to filterDeep this method returns just a flat array of chosen meta-values, without preserving the structure of the original data source object. also shorthands similar to find**: selectValuesDeep selectPathsDeep