JSONPath Tester

Paste JSON, type a path, and see exactly what it matches. Supports .key, [index], and [*] wildcards. Everything runs in your browser.

Path syntax

store.book[0].title — keys and array indexes. users[*].email[*] maps over every element of an array (or every value of an object). Leading $ is optional.

Exploring large JSON?

Open the full JSON viewer for a fast collapsible tree, search, and CSV export on big files.