20 lines
391 B
JSON
20 lines
391 B
JSON
[
|
|
{
|
|
"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"
|
|
}
|
|
] |