Getting Started
Introduction
TOML is a minimal configuration file format that’s easy to read due to obvious semantics.
Examples
Comments
Integer
Float
Boolean
Datetime
String
See: Strings
Table
See: Tables
Array
Friendly Array
TOML Strings
Multiline String
Literal String
Surrounded by single quotes. Escaping are not allowed.
MultiLine Literal String
TOML Tables
Basic
foo and bar are keys in the table called name
Nested
Array-like
↓ Equivalent JSON
Dot separated
↓ Equivalent JSON
Multi-nested
↓ Equivalent JSON
Ignore whitespace
Inline Table