TOML is a file format for configuration files. It is intended to be easy to read and write, and is designed to map unambiguously to a dictionary. Its specification is open-source.If you need to loadTOML
is implemented in many programming languages. The nameTOML
is an acronym for “Tom’s Obvious, Minimal Language” referring to its creator, Tom Preston-Werner.
Toml
files, use the TomlLoader
.