TBToolyBase

JSON Formatter

Validate and format JSON. Supports pretty-print and minify.

Output
Tips
  • Trailing commas are not allowed in JSON.
  • Use double quotes for keys and strings.
  • Use this tool to validate before sending APIs.
ResultValid JSON
Example: {"a":1,"b":[2,3]}

Formula

JSON.parse + JSON.stringify