15 lines
631 B
JSON
15 lines
631 B
JSON
{
|
|
"products": [
|
|
{ "id": 1, "name": "Kayak", "category": "Watersports",
|
|
"description": "A boat for one person", "price": 275 },
|
|
{ "id": 2, "name": "Lifejacket", "category": "Watersports",
|
|
"description": "Protective and fashionable", "price": 48.95 },
|
|
{ "id": 3, "name": "Soccer Ball", "category": "Soccer",
|
|
"description": "FIFA-approved size and weight",
|
|
"price": 19.50 },
|
|
{ "id": 4, "name": "Corner Flags", "category": "Soccer",
|
|
"description": "Give your playing field a professional touch",
|
|
"price": 34.95 }
|
|
]
|
|
}
|