TOML's syntax primarily consists of key = "value" pairs, [section names], and #
comments. TOML's syntax somewhat resembles that of .INI files, but it includes a formal
specification, whereas the INI file format suffers from many competing variants.
Its specification includes a list of supported data types: String, Integer, Float, Boolean, Datetime,
Array, and Table.