Toml

From wikinotes

toml is a config format. It reads similar to ini files, but supports comments and complex datatypes.

Documentation

github https://github.com/toml-lang/toml

Datatypes

foo = "a string"

foo = """
this is a very long
newline separated string
"""