Tool capabilities
- Input
- TXT
- Output
- TXT · JSON
How to use JSON Filter
Filter an array using a JSON Pointer and an explicit comparison operator. This json filter 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 Filter · Example
Input
[{"id":2,"name":"beta"},{"id":1,"name":"alpha"},{"id":2,"name":"beta"}]Output
[
{
"id": 2,
"name": "beta"
},
{
"id": 2,
"name": "beta"
}
]Filter an array using a JSON Pointer and an explicit comparison operator.
Usage notes
Inputs and results are processed on this device. Tool content is not sent to a processing server.