Tool capabilities
- Input
- TXT
- Output
- TXT · JSON
How to use JSONPath Tester
Select JSON using root, properties, array indices, slices, wildcards and recursive descent. Script expressions are disabled. This jsonpath tester 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.
JSONPath Tester · Example
Input
{"name":"LocalKit","active":true,"items":[{"id":2,"name":"beta"},{"id":1,"name":"alpha"}]}Output
[ "beta", "alpha" ]
Select JSON using root, properties, array indices, slices, wildcards and recursive descent. Script expressions are disabled.
Usage notes
Inputs and results are processed on this device. Tool content is not sent to a processing server.