JSON Formatter & Validator
Format, validate, and minify JSON data.
Runs entirely in your browser.
JSON Formatting and Validation Tool
Valid JSON - Formatted successfully
About JSON
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.
JSON is built on two structures:
- A collection of name/value pairs (object)
- An ordered list of values (array)
Learn more: JSON Tutorial