AI Tool Hub

JSONPath Tester

Query JSON with dot and bracket path expressions.

Guide & how to use

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].id

Example output

Match: 1

Frequently asked questions