Add products.json
This commit is contained in:
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user