-
Notifications
You must be signed in to change notification settings - Fork 0
/
food-lunch.json
135 lines (135 loc) · 4.27 KB
/
food-lunch.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"Main": [
{
"title": "Duck ravioli",
"description": "with honey, soy, ginger and chilli jus with a tatsoi garnish",
"additional": ""
},
{
"title": "Grass fed eye fillet steaks",
"description": "with parisien butter served with french fries, marsala mushroom sauce and a side salad (g/f)",
"additional": ""
},
{
"title": "Prawn linguine",
"description": "with cherry tomatoes, olives, parsley, lemon, chilli and toasted breadcrumbs",
"additional": ""
},
{
"title": "Beer battered fish",
"description": "(ocean caught hake) and handcut chips with a side salad served with tartare sauce",
"additional": ""
},
{
"title": "Chickpea, feta and zucchini fritters (V)",
"description": "with tomato avocado salsa and minted yoghurt (g/f)",
"additional": "+ with optional smoked salmon"
},
{
"title": "Crisp skin barramundi",
"description": "with a fennel and potato puree, with sliced beans and cherry tomatoes and a sprinkling of blended roasted spices (g/f)",
"additional": ""
}
],
"Sides": [
{
"title": "Italian buffalo mozzarella, fresh tomato and basil (V)",
"description": "drizzled with extra virgin olive oil and a caramelised balsamic vinegar served with pieces of slightly toasted sourdough bread",
"additional": ""
},
{
"title": "Warm turkish bread (V)",
"description": "served with dukkah with balsamic and extra virgin olive oil",
"additional": ""
},
{
"title": "Potato wedges with sour cream and sweet chilli (V)",
"description": "",
"additional": ""
},
{
"title": "Crispy chicken wontons",
"description": "served with sweet chilli sauce",
"additional": ""
},
{
"title": "Shoestring fries",
"description": "",
"additional": ""
},
{
"title": "Mixed green salad (V)",
"description": "",
"additional": ""
}
],
"Asian Fare": [
{
"title": "Twice cooked chicken dumplings",
"description": "shanghainese style (steamed and panfried) served with xo chilli sauce and a vinaigrette dressing",
"additional": ""
},
{
"title": "\"Hainan\" rice with poached chicken breast",
"description": "served with 3-sauce accompaniment, cucumber and a petite bowl of short soup",
"additional": ""
},
{
"title": "Chicken wonton soup",
"description": "in a clear soya bean broth with baby spinach",
"additional": ""
},
{
"title": "Malaysian (nonya) beef curry ",
"description": "with roti chanai (paratha) and rice",
"additional": ""
},
{
"title": "Salt and pepper chicken",
"description": "with crispy basil and shallots served with rice and side salad",
"additional": ""
}
],
"Sandwiches, Burgers and Wraps": [
{
"title": "Grilled chicken club burger",
"description": "served on a milk bun with bacon, fresh tomato, avocado, tomato relish, mayo served with handcut chips",
"additional": ""
},
{
"title": "Toasted italian foccacia with spiced grilled chicken",
"description": "zucchini, sundried tomatoes, and pesto",
"additional": ""
},
{
"title": "Fried chicken, smashed avocado, bacon, tomato and lemon aioli",
"description": "on a slightly chargrilled tortilla with a dollop of our xo chilli sauce",
"additional": ""
},
{
"title": "Lemon crumbed chicken tenderloin on fresh wholemeal bread",
"description": "avocado, tomato, smoky capsicum relish and lemon aioli",
"additional": ""
},
{
"title": "Poached chicken on fresh wholemeal bread",
"description": "bacon, avocado and aioli",
"additional": ""
},
{
"title": "Tuna sandwich on toasted turkish bread",
"description": "with black olives, red onion, parsley with tomato and cucumber",
"additional": ""
},
{
"title": "Salad sandwich on country wholemeal bread (V)",
"description": "",
"additional": ""
},
{
"title": "Grilled steak sourdough sandwich",
"description": "with fresh tomato, caramelised onions, cheddar and dijoinnaise mustard on the side",
"additional": ""
}
]
}