🔍 JSON Path Finder

Query JSON data using path expressions. Click keys in the tree view to build queries.

JSON Data
Tree View (click keys to query)

About JSON Path Finder

Enter a JSON object and use dot notation, bracket notation, or array indices to query specific values. The tree view shows your data structure — click any key to auto-fill its path.

Frequently Asked Questions

What path syntax is supported?

Dot notation (data.users.name), bracket notation (data['key']), and array indices (data.items[0]). Wildcards (*) match all items.

How does the tree view work?

The tree view shows your JSON structure. Click any key to automatically populate the path input, then press Find to get the value.