TL
Tool Lab
πŸ’°Donate
πŸ’°Donate

JSONPath Tester

Test JSONPath expressions against JSON data and see matching results.

Results0 matches
No matches found for this expression.

JSONPath Syntax

  • $ β€” root object
  • .key β€” child by name
  • [n] β€” array index
  • [*] or .* β€” all children
  • ..key β€” recursive descent