As part of moving to a 'toolbox' approach rather than all-in-one framework move the querying into it's own area (like `EscapeSequence`). JsonPath uses a [`Selector`](https://docs.rs/jsonpath/0.1.1/jsonpath/struct.Selector.html) struct with `new()` and `find()` funcs which I quite like.
As part of moving to a 'toolbox' approach rather than all-in-one framework move the querying into it's own area (like
EscapeSequence).JsonPath uses a
Selectorstruct withnew()andfind()funcs which I quite like.