100.dathere.com/lessons/3/flowers.json
2025-03-29 17:45:00 -04:00

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
}
]