JSON Extractor — Tinker
← back
Tinker
JSON Extractor
JSONPath queries · tree explorer · filter · sort · export
Dev Tools
Load sample
Clear
⚡ Extract
Unique only
Hide nulls
Show path
Live mode
No sort
Sort A → Z
Sort Z → A
Sort 0 → 9
Sort 9 → 0
Sort shortest first
Sort longest first
JSON Input
Pretty
Minify
Validate
Tree Explorer
Expand all
Collapse
〉
Tree appears after valid JSON is pasted
Results
Raw JSON
CSV
Flat list
⎘ Copy
↓ Download
✓ Save path
{ }
Enter a path and hit Extract
JSONPath Quick Reference
$
root object
$.key
child key
$.a[*].b
all items in array
$.a[0]
first item
$.a[-1]
last item
$.a[0:3]
slice index 0–2
$..key
recursive search
[?(@.age>18)]
filter expression
[?(@.x=='y')]
equality filter
['a','b']
multi-key select
© 2026, Tinker - tools · calculators · practice games