Free tool
Paste a JSON document, write a JSONPath expression, and see matches evaluate live: values by default, or full match paths with the Output Paths toggle. Runs entirely in your browser; nothing is uploaded anywhere. Built by Imran Anwar, Principal Workday Integration Consultant, for testing JSONPath extracts against real Workday REST/RaaS payloads.
v1 scope: the common Goessner-style subset, meaning $ root, .name / ['name'] child access, [*] wildcards, [n] / [n1,n2] indices, [start:end:step] slices, ..name recursive descent, and [?(@.field OP value)] filters (== != < <= > >=, chainable with &&). No ||, regex match, or RFC 9535 function extensions yet.