JSONPath Query
Inspect large API responses without scrolling. Paste JSON, type a JSONPath-style selector and get only the matching values, formatted for copying or debugging.
input.json
matches.json3 matches
runtime
Browser-local execution
Inputs stay inside the current tab unless you copy, download or explicitly export.
memory
Session handoff
Magic Paste can pass input to a target tool through sessionStorage, never through the URL.
control
User-owned state
Favorites, recent tools and workflow history are local browser data you can clear from the browser.
smart handoff graph
session handoff readySuggested next moves
/json
JSON Repair
Fix common JSON-ish mistakes from AI output, logs and copied configs.
/json
JSON Schema Generator
Infer JSON Schema from sample objects and arrays.
/json
CSV ↔ JSON Converter
Convert CSV to typed JSON and JSON arrays back to CSV, with delimiter detection.
/json
JSON Formatter
Format, validate, and minify JSON in your browser.
sponsor
Sponsor this toolFixed native slots for developer products. No third-party tracking, no popups, no layout shift.
01
How to use
- 01Paste a JSON document into the input editor.
- 02Enter a path such as $.store.book[*].author.
- 03Copy the matched values from the output editor.
02
FAQ
- Which JSONPath features are supported?
- This focused implementation supports root $, dot properties, bracket properties, numeric array indexes and wildcards. Filters and recursive descent are intentionally left out for predictability.
- Is my JSON uploaded?
- No. Parsing and querying run entirely in your browser.
03
Related tools
- /json→JSON RepairFix common JSON-ish mistakes from AI output, logs and copied configs.
- /json→JSON Schema GeneratorInfer JSON Schema from sample objects and arrays.
- /json→CSV ↔ JSON ConverterConvert CSV to typed JSON and JSON arrays back to CSV, with delimiter detection.
- /json→JSON FormatterFormat, validate, and minify JSON in your browser.