JSONPath Query
Use XPath-style JSONPath expressions to precisely locate and extract data in complex JSON. Supports wildcards, filters, and recursive descent.
Data processed locally only
$.store.book[*].author $..author $.store.book[0].title $..price $.store.book[-1]
Enter JSON data and JSONPath expression, then click Execute
Data processed locally only
Related Tools
Utilities
JSON Schema Validator
Validate JSON data structure and types against JSON Schema specifications. Supports Draft-07/2019-09/2020-12 with detailed error reports.
Utilities
JSON Tree Viewer
Interactively browse large JSON data in a collapsible tree structure. Supports node expand/collapse, search, and path copying.
Utilities
JSON Sort & Dedup
Sort JSON object keys alphabetically and deduplicate array elements. Gives JSON data consistent ordering for version control and manual comparison.