toml/stdex/tab11.toml.res

14 lines
160 B
Plaintext

{
fruit = {
apple = {
color = "red",
taste = {
sweet = true,
},
texture = {
smooth = true,
},
},
},
}