JSON Path Tester

Run JSONPath queries against JSON data to extract nested values. Paste your JSON, enter a JSONPath expression in Tool Settings, and click Run.

  • Runs entirely in your browser
  • No data stored or sent to a server
  • Free forever — no signup
  • Instant conversion

Input and Output

Use the interactive encoder and decoder on this page to process your text.

Learn more about JSONPath queries

How to Test JSONPath Expressions

JSONPath

When to Use JSONPath

Use JSONPath to extract nested fields from API responses, filter array items, and debug complex JSON without writing code.

Examples

$.store.book[*].author — all book authors

$..price — recursive price lookup

Frequently asked questions

Which JSONPath syntax is supported?

This tool uses JSONPath-Plus, which supports standard JSONPath expressions including filters and recursive descent.