All tools
JSON Path Evaluator
Query JSON data using JSONPath expressions like $.data.items[*].name. Instant browser-based evaluation.
Supports: $ (root), dot notation, [index], [*] wildcard
How to json path
- 1
Paste your JSON.
- 2
Enter a JSONPath expression (e.g. $.items[*].name).
- 3
Click Evaluate to see matching results.
Frequently asked questions
What JSONPath syntax is supported?▾
Basic dot notation, array indices, and wildcard (*). Deep recursive (..) is not yet supported.
Related tools
Age Calculator
Calculate your exact age in years, months, days, hours, minutes, and seconds. Free, instant, private.
Days Between Dates
Calculate the exact number of days, weeks, months, and years between any two dates.
Stopwatch
Free online stopwatch with millisecond precision, lap recording, and start beep. Runs entirely in your browser.
JSON Formatter
Beautify and indent JSON data instantly. Paste, format, copy. Runs in your browser — your data never leaves your device.
JSON Validator
Validate JSON syntax with clear error messages and line numbers. Browser-only, instant, free.
JSON Minifier
Remove every unnecessary space and newline from JSON to shrink API payload size. Instant, browser-only.