BuildUtilities

JSON Path Finder – Free Online Tool

Navigate JSON data and find JSONPath expressions for any value. Filter and explore nested structures.

$→ Object{1}object
$.store→ Object{2}object
$.store.books→ Array[2]array
$.store.books[0]→ Object{2}object
$.store.books[0].title→ Intro to JSONstring
$.store.books[0].price→ 9.99number
$.store.books[1]→ Object{2}object
$.store.books[1].title→ Advanced Queriesstring
$.store.books[1].price→ 29.99number
$.store.open→ trueboolean

How to Use JSON Path Finder

  1. 1

    Paste JSON

    Paste your JSON data.

  2. 2

    Explore Paths

    See all available paths with their values and types.

  3. 3

    Filter

    Type a keyword to filter paths and find what you need.

Common Use Cases

  • Finding paths for API response parsing
  • Debugging nested data structures
  • Building jq or JSONPath queries

Share

Share a link to this tool. Results can be passed via URL parameters.

https://buildutilities.com/share/json-path-finder

Frequently Asked Questions

More Data Tools

Tools for working with structured data formats like JSON, CSV, YAML, and XML.

View all Data tools
Tip Jar