Permalink to Table of ContentsTable 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
- Find explicit undefined values
- 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 value to undefined
- Set a node using
keyinstead ofval - Delete during traversal with the collision-free token
- Traverse a tree using the re-exported
traverse