Tool capabilities
- Input
- TXT
- Output
- TXT · JSON
How to use JSON Key Extractor
List object-key JSON Pointers recursively, including nested keys. This json key extractor works directly in your browser and is free to use without an account.
- Paste or open your input in the editor.
- Run the tool and inspect the output. If the input is invalid, correct the reported error and run it again.
- Copy the result or download it to your device.
JSON Key Extractor · Example
Input
{"name":"LocalKit","active":true,"items":[{"id":2,"name":"beta"},{"id":1,"name":"alpha"}]}Output
[ "/name", "/active", "/items", "/items/0", "/items/0/id", "/items/0/name", "/items/1", "/items/1/id", "/items/1/name" ]
List object-key JSON Pointers recursively, including nested keys.
Usage notes
Inputs and results are processed on this device. Tool content is not sent to a processing server.