Loading tool…
Loading tool…
Ship faster with formatters, minifiers, and converters that run in the tab: validate structure, shrink assets, and debug strings without leaving your workflow.
Pretty-print or minify JSON online. Fix unreadable API responses and shrink payloads for logs.
Remove extra whitespace from HTML snippets—smaller payloads for inline templates and emails (test output).
Minify CSS with csso to cut file size—pair with your build pipeline for production assets.
Minify JavaScript with Terser for smaller scripts—verify behavior after minification.
Convert between CSV text and JSON arrays or objects—handy for spreadsheets, APIs, and ETL quick fixes.
Try regular expressions against sample text with flags—debug patterns before you ship them.
Compute contrast ratio between two hex colors and aim for accessible text on UI backgrounds.
Convert YAML to JSON and back—note that some YAML features are lossy when round-tripping through JSON.
Pretty-print or minify XML with the browser’s parser—quickly tidy configs and SOAP snippets.
Build a signed HS256 JWT from JSON header and payload—testing only; protect secrets appropriately.
Parse cron strings and list upcoming run times—verify schedules for crontab and orchestrators.
Parse URLs, edit query parameters, and copy the result—fewer hand-editing mistakes in links.
Paste HTML and inspect og: and twitter: tags—no live fetch; validates markup you already have.