JSON Path Tester
Extract values from JSON using a simple dot/bracket path (not full JSONPath spec).
JSON
Path
Supports: a.b[0].c, a['b']
Result
"admin"
Was this page helpful?
Extract values from JSON using a simple dot/bracket path (not full JSONPath spec).
"admin"