13 lines
160 B
Text
13 lines
160 B
Text
{
|
|
fruit = {
|
|
apple = {
|
|
color = "red",
|
|
taste = {
|
|
sweet = true,
|
|
},
|
|
texture = {
|
|
smooth = true,
|
|
},
|
|
},
|
|
},
|
|
}
|