csvjson

Code Formatters

Code Formatter Tools

Format SQL queries, preview Markdown, and pretty-print JSON. All run in your browser — your code never leaves your machine.

Concepts

Why format code?

Consistent formatting makes code easier to read, review, and diff. Formatters apply a deterministic style so every developer on a team produces the same output — eliminating whitespace-only diffs in code review.

Formatting is non-destructive

A formatter only changes whitespace, indentation, and capitalization (for SQL keywords). The logic, values, and structure of your query or document are identical before and after formatting.

Browser-based — nothing uploaded

All formatting runs in your browser using JavaScript. Your SQL queries, Markdown documents, and JSON data never leave your machine. Safe for internal queries, sensitive schemas, and private documentation.