From 81c4eb13776431810709c66f816a023824bb804c Mon Sep 17 00:00:00 2001 From: eugene Date: Thu, 25 May 2023 13:20:56 +0200 Subject: [PATCH] add product_db.json --- product_db.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 product_db.json diff --git a/product_db.json b/product_db.json new file mode 100644 index 0000000..e3c3acd --- /dev/null +++ b/product_db.json @@ -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" + } +] \ No newline at end of file