UTILS.
100% in-browser
$.x

JSON Path Extractor

Extract values from JSON using a simple dot path with wildcards.

output

About this tool

Pull values out of JSON with a dot path such as a.b.0.c or items.*.name, all in your browser.

Frequently asked questions

What path syntax is supported?
Dot-separated keys, numeric array indexes, and a * wildcard that expands over every item of an array or every value of an object.
What if the path matches nothing?
It shows a no-match message. Invalid JSON shows an error instead of crashing the tool.

More tools