JSONPath Tester

Test JSONPath expressions against JSON data. Supports dot notation, wildcards, array indexing, and recursive descent.

Examples:
JSON Data
Results

Results will appear here

Enter an expression and click Evaluate

JSONPath Quick Reference

$Root element
.keyChild key
..keyRecursive descent (all descendants)
[*]All elements of an array
[0]Array element at index 0
[-1]Last array element
['key']Bracket notation for a key
..*All values recursively

All processing happens in your browser. Nothing is sent to a server.

FAQ

Is JSONPath Tester free to use?

Yes, JSONPath Tester is completely free to use on UtilityCove.

Does JSONPath Tester upload my data?

No. JSONPath Tester runs in your browser, so your input stays on your device.

Can I use JSONPath Tester on mobile?

Yes. JSONPath Tester works on modern mobile and desktop browsers.