← All JSON tools

Inspect tool

JSONPath Tester

Test JSONPath expressions against sample JSON and inspect matching values locally in your browser.

✓ Free to use✓ No signup✓ Runs locally
80 bytes · local only
Waiting
Processed entirely in this tab

Your input and result are not sent to JSON Hearth or stored on a server.

When to use it

What JSONPath Tester helps you do

JSONPath is a query notation for selecting values from nested JSON. Test expressions against real examples before using them in code or automation.

1

Build extraction rules

Test paths for analytics, ETL jobs, monitoring and low-code workflow tools.

2

Explore nested data

Find matching values across arrays and objects without manually expanding every branch.

3

Debug an expression

Verify whether a path, wildcard or filter returns the records you expect.

Important limitations

What to check before using the result

Common questions

About JSONPath Tester

What does the dollar sign mean in JSONPath?

The dollar sign represents the root value of the JSON document.

Why does my JSONPath work here but not in another tool?

JSONPath is widely used but not implemented identically everywhere. Check the syntax supported by the library in your application.