Convert between TOML, JSON, and YAML formats instantly in your browser.
TOML Input
JSON Output
Output will appear here after conversion.
TOML (Tom's Obvious Minimal Language) is a configuration file format designed to be easy to read due to its obvious semantics. It is used by tools like Cargo (Rust), Poetry (Python), Hugo, and many others.
"hello" or multi-line """..."""42, Floats: 3.14true / false["a", "b", "c"][section] with nested [section.subsection]point = { x = 1, y = 2 }