toml/stdex/tab01.toml.res

11 lines
129 B
Plaintext
Raw Normal View History

2021-03-08 01:28:41 +00:00
{
table-1 = {
key1 = "some string",
key2 = 123,
},
table-2 = {
key1 = "another string",
key2 = 456,
},
}