mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-19 08:39:24 +00:00
20 lines
No EOL
369 B
JSON
20 lines
No EOL
369 B
JSON
[
|
|
{
|
|
"name": "tulip",
|
|
"primary_color": "purple",
|
|
"available": true,
|
|
"quantity": 4
|
|
},
|
|
{
|
|
"name": "rose",
|
|
"primary_color": "red",
|
|
"available": true,
|
|
"quantity": 6
|
|
},
|
|
{
|
|
"name": "sunflower",
|
|
"primary_color": "yellow",
|
|
"available": false,
|
|
"quantity": 0
|
|
}
|
|
] |