Features
- Runs full JSONPath via jsonpath-plus — recursive descent ($..), wildcards ([*]), and filter expressions ([?(@.field>10)]).
- Re-evaluates the expression on every keystroke and shows how many nodes matched, with a no-match notice when none do.
- A practical jq-style way to pull a single field out of a large API response or pasted log payload.