Daniel Ziltener
91ea498688
git-subtree-dir: tomlc99 git-subtree-mainline:f2ccebdd2d
git-subtree-split:5221b3d3d6
13 lines
160 B
Text
13 lines
160 B
Text
{
|
|
fruit = {
|
|
apple = {
|
|
color = "red",
|
|
taste = {
|
|
sweet = true,
|
|
},
|
|
texture = {
|
|
smooth = true,
|
|
},
|
|
},
|
|
},
|
|
}
|