Table of Contents
- Quick Take
- Delete matches from arrays only
- Delete every object key of a given name
- Delete nodes by value
- Drop a node by its traversal index
- Find nodes matching both a key and a value
- Find nodes by value alone
- Search array elements only
- Search object properties only
- Get a node by its traversal index
- Keep only the first element of every array
- Set a node's value by its traversal index
- Set a node using
keyinstead ofval - Traverse a tree using the re-exported
traverse