Deep filter js object or array with Lodash extension

Lodash method "_.filter" iterates over the top level only. If you want to filter nested data - "_.filterDeep" from the Deepdash will do the job.


Deepdash is an extension for the Lodash library. It mixes several traversal methods right into Lodash object and tries to follow API style of this great library. So if you are familiar with Lodash, you will feel ok with Deepdash too.


This little tutorial will let you see, how to process tree-like structures easily.

Read more..