Skip to content
← Tools
Integration & APIs

JSONPath tester

Evaluate JSONPath against a payload and see the concrete path each match came from — filters, recursive descent, slices and regex included.

Result

Each result shows the concrete path it came from, not just the value — when a mapping pulls the wrong field, knowing it came from lines[2] rather than lines[0] is usually the whole answer. Supports child access, wildcards, recursive descent, slices, unions and filters including regex. Runs in your browser.