the IT Hustle
ToolsPricingBlogAbout

JSON Path Finder

Paste JSON and navigate it as a tree. Click any value to see its path in dot notation and bracket notation. Search within the JSON, see value types and array lengths.

JSON Path Finder

Paste JSON, click any value to see its path in dot and bracket notation. Search, expand/collapse, and explore your JSON structure.

JSON Input
Tree View (click to select)
▼root:object{5}
name:"The IT Hustle"
version:"2.0"
▶config:object{3}
▶tools:array[2]
active:true

How to Find JSON Paths

Navigate JSON and get paths to any value.

  1. 1
    Paste JSONEnter JSON data to see it as a tree.
  2. 2
    Click valueClick any value for its dot/bracket notation path.
  3. 3
    CopyCopy the path for use in code.

Frequently Asked Questions

Dot notation (data.users[0].name) and bracket notation (data['key']) for accessing nested values.

Yes. Filter the tree with the search box.

Related Tools

JSON FormatterJSON to TypeScript