add product_db.json

This commit is contained in:
eugene 2023-05-25 13:20:56 +02:00
parent 515edc086a
commit 81c4eb1377

26
product_db.json Normal file
View File

@ -0,0 +1,26 @@
[
{
"name":"banan",
"type":"owoc",
"brand":"banpol",
"price":"21.37",
"quantity":"1 kg",
"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"
}
]