There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
JSON query and mutation library. It traverses a tree structure in post-order (leaves first, root last), across objects and arrays, returning the nodes which match the partial structure passed in the query, as well as allowing you to mutate or replace matched nodes.