toml/stdex/tab09.toml.res

11 lines
110 B
Plaintext

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