Formatter tools for JSON, SQL, and HTML

Use this page when your code or markup is already close enough to be valid and the next job is readability. Open the formatter that matches what you pasted, clean it up, and copy the result back into your editor or ticket.

Use a formatter when the text is valid but hard to read

  • JSON: clean response bodies, config files, and request payloads before sharing them.
  • SQL: reflow long queries before code review, debugging, or ticket handoff.
  • HTML: inspect nesting and indentation before you touch tags manually.