Input
0 chars
Paste raw JSON, clean it up instantly, run jq queries, validate schemas, generate TypeScript types, and diff two payloads. Everything runs locally in your browser — your data never leaves the page.
Formatted output will appear here.
people[*].name |
people[?age > `30`] |
{names: people[*].name, count: length(people)}