Format, validate, minify, and explore JSON data with syntax highlighting and error detection.
JSON (JavaScript Object Notation) is a lightweight data interchange format that is easy for humans to read and write, and easy for machines to parse and generate.
"Hello World"42 or 3.14true or falsenull[1, 2, 3]{"key": "value"}{
"name": "John",
"age": 30,
"active": true,
"tags": ["developer", "designer"]
}