TOML Formatter & Validator TOML (Tom’s Obvious Minimal Language) has become the go-to config format for Rust projects (Cargo.toml), Python packaging (pyproject.toml), and plenty of other tools. It’s designed to be human-readable, but hand-edited config files inevitably drift — inconsistent spacing, jumbled key ordering, and subtle syntax errors that only surface at build time. This tool parses your TOML client-side, validates it against the spec, and re-emits it with clean, consistent formatting. It also converts TOML to JSON for quick interop checks. Nothing leaves your browser. How to Use Paste your TOML content into the input area or try one of the built-in examples (Cargo.toml, pyproject.toml). Select your indentation preference, ...
ツールを試す »