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