40 lines
986 B
JSON
40 lines
986 B
JSON
{
|
|
"products": [{
|
|
"id": "1",
|
|
"name": "Chair",
|
|
"image": "https://devitems.com/preview/furnish/img/product/1.jpg",
|
|
"price": "$39",
|
|
"colors": ["red", "green", "blue"],
|
|
"condition": "New",
|
|
"description": "Black chair"
|
|
},
|
|
{
|
|
"id": "2",
|
|
"name": "Lamp",
|
|
"image": "https://devitems.com/preview/furnish/img/product/2.jpg",
|
|
"price": "$319",
|
|
"colors": ["green", "blue"],
|
|
"condition": "Used",
|
|
"description": "Amazing lamp"
|
|
},
|
|
{
|
|
"id": "3",
|
|
"name": "Statue",
|
|
"image": "https://devitems.com/preview/furnish/img/product/3.jpg",
|
|
"price": "$239",
|
|
"colors": ["red"],
|
|
"condition": "Used",
|
|
"description": "Used Statue"
|
|
},
|
|
{
|
|
"id": "4",
|
|
"name": "Seat",
|
|
"image": "https://devitems.com/preview/furnish/img/product/4.jpg",
|
|
"price": "$239",
|
|
"colors": ["blue"],
|
|
"condition": "New",
|
|
"description": "Large Seat"
|
|
}
|
|
]
|
|
}
|