---
[group]
string = text
another_string = "This is a string with spaces"
array = [
string,
"another string",
]
map = {
key = value,
another_key = "another value",
}key.with = dots ---
A section is a collection of key-value pairs. Section names are put in square brackets. Section names have the same format as keys.
A string is an UTF-8 string.
A string that is not surrounded by quotes must have the same format as keys.
A string that is surrounded by double quotes (") may contain any UTF-8 character.
If a double quote is prefixed by a backslash (\") it is not considered an ending quote.