JSON query workbench

JSON Path Extractor

Paste JSON, choose a focused path, and copy the matched value without leaving the keyboard.

33 lines / 557 chars

dot, index, quoted key

This tool supports simple dot paths, array indexes, quoted bracket keys, and the root path.

Examples are tuned for the current Profile sample: arrays and strings.

Matched output

ready

Matches

0

run a query

Type

waiting

not queried yet

Depth

0

root or waiting

Ready for a path

Run the current path against the JSON editor and the matched value will appear here.

Path segments

$.users[0].email
$segments appear after a query
Related tools and guides