JSON

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

Suggested next moves

session handoff ready
sponsor

Fixed native slots for developer products. No third-party tracking, no popups, no layout shift.

Sponsor this tool
01

How to use

  1. 01Paste a JSON document into the input editor.
  2. 02Enter a path such as $.store.book[*].author.
  3. 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