Start with one narrow path
Open the tool → Begin from a direct query, prove the path works, then expand into filters or recursive lookups.
JSONPath becomes most helpful when payloads get large and nested enough that plain visual scanning starts to fail.
Begin from a direct query, prove the path works, then expand into filters or recursive lookups.
A useful evaluator shows not only the values but also the exact paths and pointers that produced them.
If the JSON is messy, format it first so the query results are easier to explain to teammates.
For one-off inspections and examples, JSONPath in the browser is often much faster.