Free online JSON path extractor. List every field path and its value in a JSON document. Full traversal with JSONPath-style notation. Runs locally in your browser, no upload.
100% Local
How to Use the JSON Path Extractor
Paste JSON into the input box. Click Extract Paths and the tool traverses the entire document, listing every leaf node with its full JSONPath-style location and value. Use Clear to reset.
What paths look like
Object properties use dot notation: $, $.user, $.user.name
Array elements use bracket notation: $.items[0], $.items[0].id
Deeply nested paths chain both notations: $.data.results[2].meta.title
Each entry shows the path and the leaf value
Features
Full recursive traversal with no depth limit
JSONPath-style path notation
Handles nested objects and arrays
All processing runs locally in your browser. Your data is not uploaded to any server.