What this tool does
Paste JSON and a path using dot keys, array indexes, and simple wildcards to preview matched values. Evaluated locally for quick API exploration.
Example input/output
Illustrative sample — your real inputs may look different.
Example input
JSON: {"users":[{"id":1}]} · Path: users[0].idExample output
Match: 1