toml/tomlc99/stdex/keys11.toml.res

13 lines
159 B
Plaintext

{
apple = {
type = "fruit",
skin = "thin",
color = "red",
},
orange = {
type = "fruit",
skin = "thick",
color = "orange",
},
}