Toml

From wikinotes
Revision as of 15:16, 29 August 2021 by Will (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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
"""