toml/stdex/tab11.toml.res

14 lines
160 B
Plaintext
Raw Normal View History

2021-03-08 01:28:41 +00:00
{
fruit = {
apple = {
color = "red",
taste = {
sweet = true,
},
texture = {
smooth = true,
},
},
},
}