TOML is an acronym for Tom's Obvious, Minimal Language. Its goal is to become a configuration file format that is clear, readable, and minimal. Its syntax resembles Windows INI files with sections, but is more expressive than INI and can represent multiple data types. It is more intuitive than JSON or YAML, though its specification is still under active development. This tool supports conversion between TOML, JSON, and YAML formats.