ToolLineup
12 tools

JSON

Format, validate, view, compare, sort, repair and query JSON documents.

About JSON

Everything for working with JSON itself, rather than converting it into something else. A beautifier and a minifier, a validator that pinpoints the first syntax error, a collapsible tree viewer for exploring a large payload, a structural diff that ignores key order, a key sorter for canonical output, and an escaper for embedding one document inside another. Alongside those sit the tools for when JSON arrives imperfect: a repair tool for the trailing commas, single quotes and unquoted keys that a strict parser rejects, a cleaner for stripping nulls and empty values, a JSONPath tester for pulling values out of a deep structure, a JSON5 parser for the relaxed dialect, and an Avro schema validator that checks a .avsc file is a valid schema rather than merely valid JSON. Every one of them runs in your browser, which matters when the payload you are pasting is real data from a real system.

Everything on this page runs directly in your browser — none of your input is uploaded, and every tool keeps working when you are offline.

Browse other categories