changed database

This commit is contained in:
s459312 2023-05-25 14:24:15 +02:00
parent 46d6f28114
commit 43115895e5

View File

@ -1,26 +1,48 @@
[ {
{ "database":{
"name":"banan", "payment":[
"type":"owoc", {
"brand":"banpol", "type":"karta",
"price":"21.37", "amount":"21 zł",
"quantity":"1 kg", "loyalty_card":"23232323"
"quality":"premium" }
}, ],
{ "delivery":[
"name":"iPhone", {
"type":"telefon", "type":"paczkomat",
"brand":"Ejpl", "address":"Aleje",
"price":"420", "time":"15:30"
"quantity":"1 szt", }
"quality":"premium" ],
}, "product":[
{ {
"name":"RedBull", "name":"banan",
"type":"energol", "type":"owoc",
"brand":"RedBull", "brand":"banpol",
"price":"0.69", "price":"21.37",
"quantity":"330ml", "quantity":"1 kg",
"quality":"exquisite" "quality":"premium"
},
{
"name":"iPhone",
"type":"telefon",
"brand":"Ejpl",
"price":"420",
"quantity":"1 szt",
"quality":"premium"
},
{
"name":"RedBull",
"type":"energol",
"brand":"RedBull",
"price":"0.69",
"quantity":"330ml",
"quality":"exquisite"
}
]
} }
] }