toml/tomlc99/stdex/tab09.toml.res

10 lines
110 B
Text

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