TOML is an acronym for Tom's Obvious, Minimal Language. Its goal is to become a configuration file format that is clear, readable, and simple. Its syntax resembles Windows INI configuration files and sections, but is richer than INI and can represent multiple data types. It is more intuitive than JSON or YAML, but its specification is continuously being updated. This tool supports conversion from TOML to JSON and YAML formats.