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

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