JSON Path Extractor
Dot/bracket notation: user.name, roles[0], items[1].title. Not full JSONPath – targeted extraction of individual values.
Pull values from JSON precisely
The extractor reads the value at a specific path from a JSON structure. Instead of scrolling around, you simply enter the path in dot and bracket notation and instantly see the matching value.
- Notation:
user.namefor objects,roles[0]anditems[1].titlefor arrays. - Objects & arrays: Shows individual values directly and whole subtrees as formatted JSON.
- Local: Your data stays in the browser.
