114 lines
2.5 KiB
JSON
114 lines
2.5 KiB
JSON
{
|
|
"restaurants":[
|
|
{
|
|
"id": 1,
|
|
"image":"images/NeNeChickenTKO.jpeg",
|
|
"name":"ABC Chicken",
|
|
"tel": "21800000",
|
|
"address": "Tseung Kwan O Road",
|
|
"opTime": "9:00 AM",
|
|
"clTIme": "9:00 PM",
|
|
"user": "stephy@gmail.com",
|
|
"tag":[
|
|
"Noodles",
|
|
"Koeran"
|
|
]
|
|
},
|
|
{
|
|
"id": 2,
|
|
"image":"images/NeNeChickenTst.jpg",
|
|
"name":"NeNe Chicken",
|
|
"tel": "21800000",
|
|
"address": "Tseung Kwan O Road",
|
|
"opTime": "10:00 AM",
|
|
"clTIme": "9:00 PM",
|
|
"user": "stephy@gmail.com",
|
|
"tag":[
|
|
"Noodles",
|
|
"Koeran"
|
|
]
|
|
},
|
|
{
|
|
"id": 3,
|
|
"image":"images/TeaWood.jpg",
|
|
"name":"TeaWood Cafe",
|
|
"tel": "21800000",
|
|
"address": "Shop L4-19, 4/F, apm Millennium City 5, 418 Kwun Tong Road, Kwun Tong, Hong Kong",
|
|
"opTime": "11:00 AM",
|
|
"clTIme": "10:00 PM",
|
|
"user": "operator@gmail.com",
|
|
"tag":[
|
|
"Taiwanese",
|
|
"Rice"
|
|
]
|
|
},
|
|
{
|
|
"id": 4,
|
|
"image":"images/TamJai.jpg",
|
|
"name":"TamJai SamGor",
|
|
"tel": "21805650",
|
|
"address": "Portion A, Shop 15, G/F, Kai Tin Tower, 55-63 Kai Tin Road, Lam Tin, Hong Kong",
|
|
"opTime": "11:00 AM",
|
|
"clTIme": "10:00 PM",
|
|
"user": "operator@gmail.com",
|
|
"tag":[
|
|
"Noodles",
|
|
"Chinese"
|
|
]
|
|
},
|
|
{
|
|
"id": 5,
|
|
"image":"images/Satay.jpg",
|
|
"name":"Satay King ",
|
|
"tel": "21801234",
|
|
"address": "Room C & D, G/F, Block 2, Kwun Tong Industrial Centre, 464-466 Kwun Tong Road, Kwun Tong, X Hong Kong",
|
|
"opTime": "11:00 AM",
|
|
"clTIme": "9:30 PM",
|
|
"user": "operator@gmail.com",
|
|
"tag":[
|
|
"Chinese",
|
|
"Western"
|
|
]
|
|
},
|
|
{
|
|
"id": 6,
|
|
"image":"images/Dimsum.jpg",
|
|
"name":"Dim Sum",
|
|
"tel": "21845687",
|
|
"address": "Emperor Watch & Jewellery Ctr, 2/F Russell St, Causeway Bay",
|
|
"opTime": "11:30 AM",
|
|
"clTIme": "11:00 PM",
|
|
"user": "operator@gmail.com",
|
|
"tag":[
|
|
"Dim Sum"
|
|
]
|
|
}
|
|
],
|
|
"commRestaurants":[
|
|
{
|
|
"resID":1,
|
|
"userID": 3,
|
|
"comment":"It is Good",
|
|
"rate":5
|
|
},
|
|
{
|
|
"resID":1,
|
|
"userID":2,
|
|
"comment":"It is Good AR",
|
|
"rate":3
|
|
},
|
|
{
|
|
"resID": 1,
|
|
"userID": 4,
|
|
"comment":"It is not Good AR",
|
|
"rate":3
|
|
},
|
|
{
|
|
"resID":1,
|
|
"userID":5,
|
|
"comment":"Yummy",
|
|
"rate":2
|
|
}
|
|
]
|
|
}
|