6 lines
60 B
TOML

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