MyAIUtility

JSON Path Finder

Interactive tool to find JSON paths by clicking on values

Input JSON

0 chars

JSON Structure

0 nodes

Parse JSON to see the structure

JSONPath Syntax

Basic Notation

  • $ - Root element
  • .key - Child property
  • [0] - Array index
  • ['key'] - Bracket notation

Examples

  • $.store.name
  • $.products[0].price
  • $.data['special-key']
  • $.items[*].id

Usage

  • Click any value to select
  • Copy path for use in code
  • Search to filter nodes
  • View nested structures