U
Useful tools
usefulhub.cloud
IT Tools
Services
About
--
Sign In
Sign Up
JSONPath Tester
Basic support: $.a.b[0] and $['key']
Path
JSON
{ "user": { "name": "Alice", "roles": ["admin", "editor"], "address": { "city": "Kyiv" } }, "items": [ {"id": 1, "name": "A"}, {"id": 2, "name": "B"} ] }
Result
Copy
Kyiv