Converters

Translate between formats without scripting

JSON ↔ YAML ↔ TOML, CSV ↔ JSON, Markdown ↔ HTML, cURL → fetch/axios/Python, image format conversions. Sensible options surfaced; long-tail flags tucked away.

17 tools

Choosing between these tools

Most conversions are lossy in one direction and not the other, and knowing which way is the whole skill. CSV to JSON is safe; JSON to CSV throws away nesting. Markdown to HTML is faithful; HTML to Markdown drops any attribute Markdown cannot express. The converters here state what they discard instead of quietly discarding it.

JSON, YAML and TOML describe the same shapes with different rules, so the round trip is where surprises live — YAML will read an unquoted country code as a boolean, and TOML has no null. The curl converter goes the other way, turning a request you already know works into code in your language, which is usually faster than reading the client library's docs.

Chmod and CIDR are here because both are arithmetic people redo from memory and get wrong. The chmod calculator shows the symbolic and octal forms together; the subnet calculator gives the usable host range, and treats /31 and /32 correctly rather than blindly subtracting two.