JSONPath Tester — Test Expressions with Live Matching
Write a JSONPath expression and see matching nodes highlighted in real time. Supports filters, wildcards, recursive descent, and array slices. Powered by jsonpath-plus.
Keywords: jsonpath tester, jsonpath online, jsonpath expression, json query, jsonpath filter, json path checker
Frequently Asked Questions
What JSONPath syntax is supported?
Full JSONPath including $, ., .., *, [], [?()], and slice expressions.
Can I test filter expressions?
Yes, filter expressions like [?(@.price < 10)] are fully supported.
What library powers it?
jsonpath-plus, a widely-used open-source implementation that is fully JSONPath spec-compliant.