JSON Formatter & Validator
JSON Formatting and Validation Tool
Format, validate, and minify JSON data.
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