toml/stdex/tab01.toml.res

11 lines
129 B
Plaintext

{
table-1 = {
key1 = "some string",
key2 = 123,
},
table-2 = {
key1 = "another string",
key2 = 456,
},
}