📄

JSON Formatter/Validator

Format, validate, and minify JSON data

JSON Input

1

Output

JSON Tips

  • • Use double quotes for strings, not single quotes
  • • Property names must be in double quotes
  • • No trailing commas allowed
  • • No comments allowed in JSON
  • • Numbers, booleans, null, strings, arrays, and objects are valid values