Details
YAML is a human-readable data serialization language that uses indentation to delimit blocks of data just like Python.
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.
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 YAML document and converts it to TOML format.