Input
Direction
Result
Choose an operation to start

JSON ↔ TOML Converter

Enter JSON or TOML on the left, pick a direction, and get the other notation. TOML is the config format behind Go and Rust projects (e.g. Cargo.toml); converting to and from JSON makes it easy to move data between editors, APIs and config files.

Conversion uses the @iarna/toml library loaded in your browser; no text is uploaded.

Features

How to use

  1. Enter JSON or TOML on the left.
  2. Pick the direction on the right.
  3. The result appears instantly; click Copy to take it.

FAQ

Is TOML better than JSON for config?

For config it is often clearer: comments, unquoted keys and explicit grouping (tables) mean fewer braces and quotes than JSON, and none of YAML’s indentation traps — which is why many language templates adopt it by default.

Does conversion need a network?

The @iarna/toml parser loads from a public CDN, so the first page open needs network; once loaded, plain-text conversion runs locally.

Feedback

This site is front-end only — no backend, no accounts — so feedback goes to GitHub Issues, Discussions, or email.

Paste it into the issue or email to help track it down — it never includes anything you typed

Also: Browse existing issues · Email feedback (no GitHub account needed): 278975598@qq.com