toml/stdex/tab01.toml.res
2021-03-07 17:28:41 -08:00

10 lines
129 B
Text

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