JSONPath Tester

Test JSONPath expressions against JSON data online with real-time results. Supports dot notation, bracket notation, filters, and wildcards. Free JSONPath tester.

Write and test JSONPath expressions against any JSON document with live results. Supports dot notation ($.store.book), bracket notation, recursive descent (..), wildcards (*), array slices, and filter expressions (?(@.price < 10)). Useful for extracting values from API responses, writing AWS EventBridge patterns, configuring log processing pipelines, and learning JSONPath syntax interactively.

Frequently Asked Questions

Which JSONPath specification does this follow?
The tester follows the Goessner JSONPath specification as implemented by the jsonpath-plus library, which also covers RFC 9535 basics.
Are filter expressions supported?
Yes, filter expressions like ?(@.price < 10) and ?(@.category == "fiction") are fully supported.
Is this tool free to use?
Yes, all tools on Here Be Tools are completely free with no signup or account required.
Is my data sent to a server?
No. All processing happens locally in your browser. No data you enter is ever transmitted to any server.

Related Tools