19 lines
391 B
JSON
19 lines
391 B
JSON
{
|
|
"basket": [
|
|
{
|
|
"product": "Cotton T-Shirt, Medium",
|
|
"price": 1.99,
|
|
"quantity": 1
|
|
},
|
|
{
|
|
"product": "Baseball Cap, One Size",
|
|
"price": 2.99,
|
|
"quantity": 2
|
|
},
|
|
{
|
|
"product": "Swim Shorts, Medium",
|
|
"price": 3.99,
|
|
"quantity": 1
|
|
}
|
|
]
|
|
}
|