JSON Query / Filter — Free Online Tool

Filter and transform JSON arrays with field conditions. JSON Query / Filter is a free online tool from the ToolsRift JSON Tools collection. It runs entirely in your browser — nothing to install, no signup, and your data never leaves your device.

Loading JSON Query / Filter

How to use JSON Query / Filter

Paste a JSON array and define field conditions; matching objects are returned so you can copy just the data you want.

Frequently asked questions

How do conditions work?

You specify a field and a comparison — such as equals, contains or greater-than — and only matching objects are kept.

Can I combine conditions?

Yes — multiple field conditions can be applied together to narrow the results to exactly what you need.

Does it change the source JSON?

No — filtering produces a new result set while leaving your original array untouched.

More JSON Tools

JSON Repair
Fix broken JSON — trailing commas, single quotes, unquoted keys, comments
JSON ⇄ JSONL Converter
Convert a JSON array to JSONL/NDJSON and back, line by line
JSON to Go Struct
Generate a Go struct with json tags from a JSON sample
JSON to Python TypedDict
Generate a Python TypedDict class from a JSON sample
JSON to SQL INSERT
Generate SQL INSERT statements from a JSON array of objects
JSON Formatter
Beautify and format JSON with syntax highlighting

← View all JSON Tools