Online TOML Converter

TOML

TOML, or "Tom's Obvious, Minimal Language," is an easy-to-read data serialization language that is commonly used for configuration files.

It was named after its creator, Tom Preston-Werner (the founder and former CEO of GitHub).

TOML is a human-friendly configuration file format that balances readability and structure, differing from JSON with enhanced readability and comments, from YAML with simpler syntax, from INI with support for complex data, and from XML with a more concise and readable layout.