Data & Developer

JSON Formatter & Validator

Pretty-print, validate, query (JSONPath), infer schema, and diff JSON. All client-side.

{ }
data.json.formatter
JSON Formatter
valid33 B4 lines
input.json
output.formatted.json
{
  "hello": "world",
  "items": [
    1,
    2,
    3
  ]
}
minified · 33 bytes
{"hello":"world","items":[1,2,3]}