Skip to content
/json local tool

JSONPath Query

Use JSONPath-style selectors to extract values from large responses.

Local execution receiptinput path disclosedTool content stays out of MonoTools URLs and API requests.
Working input
Browser memory
Cross-tool handoff
Session only · 10 min
URL payload
Never
Export
Explicit action

Verify it: open DevTools Network, clear the log, use the tool, then inspect fetch/XHR requests. Page assets and optional aggregate analytics may use the network; tool input is not included.

Full privacy model
Loading tool...
01

How to use

  1. 01Paste a JSON document into the input editor.
  2. 02Enter a path such as $.store.book[?(@.price < 20)].author.
  3. 03Inspect matched values, paths, JSON Pointers and types, then copy the bounded result.
02

FAQ

Which JSONPath features are supported?
It uses JSONPath Plus in safe-evaluation mode and supports filters, recursive descent, unions and slices without enabling native script evaluation.
Is my JSON uploaded?
No. Parsing and querying run entirely in your browser.
03

Related tools