mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-19 08:39:24 +00:00
30 lines
507 B
JSON
30 lines
507 B
JSON
{
|
|
"tulips": [
|
|
{
|
|
"color": "purple",
|
|
"quantity": 2
|
|
},
|
|
{
|
|
"color": "white",
|
|
"quantity": 1
|
|
},
|
|
{
|
|
"color": "orange",
|
|
"quantity": 1
|
|
}
|
|
],
|
|
"roses": [
|
|
{
|
|
"color": "red",
|
|
"quantity": 4
|
|
},
|
|
{
|
|
"color": "white",
|
|
"quantity": 1
|
|
},
|
|
{
|
|
"color": "pink",
|
|
"quantity": 1
|
|
}
|
|
]
|
|
}
|