Details
TOML aims to be a minimal configuration file format that's easy to read due to obvious semantics. TOML is designed to map unambiguously to a hash table. TOML should be easy to parse into data structures in a wide variety of languages.
YAML is a human-readable data serialization language that uses indentation to delimit blocks of data just like Python.
Both of the formats are human-readable and designed to be used for configuration files.
Both of the formats are also friendly to version control systems.
This tool parses the input TOML document and converts it to YAML format.