Format, validate, minify, repair, convert and explore JSON — entirely in your browser. Nothing is ever sent to a server.
Format JSON in the Editor tab first to explore the tree.
Enter a JSONPath expression to extract values from your formatted JSON. Load JSON in the Editor tab first.
$ (root)
$.name
$.employees[0]
$.employees[*].name
$..skillsAuto-generates a JSON Schema (Draft-07) from your formatted JSON. Load JSON in the Editor tab first.
// Schema will appear here after clicking Generate SchemaLoad and format JSON in the Editor tab to see statistics.
All processing happens in your browser. Your JSON data never leaves your device — no servers, no logs.
Fixes trailing commas, single quotes, unquoted keys, JS comments and other common mistakes automatically.
Export JSON as CSV, XML or YAML with a single click for maximum compatibility with any workflow.
Compare two JSON objects side by side and instantly see every added, removed or changed line.