You might also like2

How to use

  1. Enter your JSON data in the input field
  2. Enter a JSONPath expression (e.g., $.users[*], $.settings.theme)
  3. Click 'Test' to evaluate the path
  4. View matching results or copy them for use

How to use

  1. Enter your JSON data in the input field
  2. Enter a JSONPath expression (e.g., $.users[*], $.settings.theme)
  3. Click 'Test' to evaluate the path
  4. View matching results or copy them for use
JSON Input
JSONPath Expression

Examples:

  • $ - Root object
  • $.key - Access property
  • $.array[*] - All array items
  • $.users[0] - First array item