diff --git a/products.json b/products.json new file mode 100644 index 0000000..9395ad0 --- /dev/null +++ b/products.json @@ -0,0 +1,20 @@ +[ + { + "productid": "FTTP100", + "name": "Fibre 100", + "speed": "100 Mbps", + "price":"29.99" + }, + { + "productid": "FTTP500", + "name": "Fibre 500", + "speed": "500 Mbps", + "price":"49.99" + }, + { + "productid": "FTTP1000", + "name": "Fibre 1000", + "speed": "1 Gbps", + "price":"69.99" + } +] \ No newline at end of file