🔒 Your data never leaves your browser

JSON Path Finder

Paste JSON, click any value to get its JSONPath expression. Navigate complex JSON structures visually.

📋
JSON Input
Tree View

What is JSONPath?

JSONPath is a query language for JSON, similar to XPath for XML. It lets you navigate and extract data from JSON structures using path expressions.

Common JSONPath Syntax

$Root object
.keyChild property
[0]Array index
["key"]Bracket notation (for special chars)
.lengthArray length