toml/tomlc99/stdex/tab11.toml.res
2024-03-26 13:44:04 +01:00

13 lines
160 B
Text

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