113 lines
2.8 KiB
JSON
113 lines
2.8 KiB
JSON
{
|
|
"database":{
|
|
"product":[
|
|
{
|
|
"name":"banan",
|
|
"type":"owoc",
|
|
"brand":"banpol",
|
|
"price":"21.37",
|
|
"quantity":"1 kg",
|
|
"quality":"premium"
|
|
},
|
|
|
|
{
|
|
"name":"pomarańcza",
|
|
"type":"owoc",
|
|
"brand":"pomarańpol",
|
|
"price":"24.37",
|
|
"quantity":"1 kg",
|
|
"quality":"premium"
|
|
},
|
|
|
|
{
|
|
"name":"pomidor",
|
|
"type":"warzywo",
|
|
"brand":"warzywpol",
|
|
"price_range":"tani",
|
|
"price":"15.37",
|
|
"quantity":"1 kg",
|
|
"quality":"exquisite"
|
|
},
|
|
|
|
{
|
|
"name":"papryka",
|
|
"type":"warzywo",
|
|
"brand":"warzywpol",
|
|
"price_range":"tani",
|
|
"price":"15.37",
|
|
"quantity":"1 kg",
|
|
"quality":"premium"
|
|
},
|
|
|
|
{
|
|
"name":"iPhone",
|
|
"type":"telefon",
|
|
"brand":"Ejpl",
|
|
"price":"420",
|
|
"quantity":"1 szt",
|
|
"quality":"premium"
|
|
},
|
|
|
|
{
|
|
"name":"Galaxy s23",
|
|
"type":"telefon",
|
|
"brand":"Samsung",
|
|
"price":"600",
|
|
"quantity":"1 szt",
|
|
"quality":"premium"
|
|
},
|
|
|
|
{
|
|
"name":"RedBull",
|
|
"type":"energol",
|
|
"brand":"RedBull",
|
|
"price":"0.69",
|
|
"quantity":"330ml",
|
|
"quality":"exquisite"
|
|
},
|
|
|
|
{
|
|
"name":"Tiger",
|
|
"type":"energol",
|
|
"brand":"Tiger",
|
|
"price":"0.79",
|
|
"quantity":"330ml",
|
|
"quality":"exquisite"
|
|
},
|
|
|
|
{
|
|
"name":"Sok pomarańczowy",
|
|
"type":"napój",
|
|
"brand":"Sokpol",
|
|
"price_range":"drogi",
|
|
"price":"4,56",
|
|
"quantity":"500ml",
|
|
"quality":"exquisite"
|
|
},
|
|
|
|
{
|
|
"name":"Sok jabłkowy",
|
|
"type":"napój",
|
|
"brand":"Sokpol",
|
|
"price_range":"drogi",
|
|
"price":"10,56",
|
|
"quantity":"500ml",
|
|
"quality":"exquisite"
|
|
},
|
|
|
|
{
|
|
"name":"Sok multiwitamina",
|
|
"type":"napój",
|
|
"brand":"Sokpol",
|
|
"price_range":"tani",
|
|
"price":"5,78",
|
|
"quantity":"500ml",
|
|
"quality":"exquisite"
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
}
|
|
|
|
|