Examples
-
Path
$.users[0].name
About JSONPath Tester
Digging one deeply nested field out of a large JSON response by eye is slow and error-prone, especially inside arrays of objects.
Write a JSONPath-style expression - `$`, dot notation, `[index]`, and `[*]` wildcards are all supported - against your document and see the extracted value immediately, which is a lot faster than writing throwaway code just to check a path.