Documentation

DecodeThis is a developer toolbox that auto-detects and parses data formats entirely in your browser. Paste any text — a JWT, a URL, some JSON, a cron expression — and the right tool loads automatically.

Below is a reference for every supported format. Each page explains what the tool does, how detection works, and includes examples you can try.

How It Works

When you paste data, a two-stage detector identifies the format:

Both stages agree on the format before loading the tool. You can also override the detected type manually. For structured formats (JSON, YAML, TOML, XML), conversion between formats is available in the output panel.

Privacy-First & Browser-Based

All parsing, formatting, validation, and conversion runs locally in JavaScript. Nothing is sent to any server. This means production tokens, API keys, certificates, and any other sensitive data are safe to paste. You can verify this yourself in your browser's Network tab.

Data Formats (9)

Security & Auth (6)

Web & Network (4)

Markup & Code (5)

Dev Config (2)

Converters (3)