6 lines
60 B
TOML
Raw Permalink Normal View History

foo = "bar"
[nested]
hi = "hello"
array = [ "one", "two" ]