-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
39 lines (36 loc) · 1.32 KB
/
data.json
File metadata and controls
39 lines (36 loc) · 1.32 KB
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
{
"kfc": {
"id": "kfc",
"menu": {
"breakfast": [
{"dish":"fried chicken", "restaurant":"kfc"}
],
"lunch": [
{"dish":"another fried chicken", "restaurant":"kfc"}
],
"dinner": [
{"dish":"yet another fried chicken", "restaurant":"kfc"}
],
"drinks": [
{"dish": "coke", "restaurant": "kfc"}
]
}
},
"mc": {
"id": "kfc",
"menu": {
"breakfast": [
{"dish":"fried chicken", "restaurant":"mc"}
],
"lunch": [
{"dish":"another fried chicken", "restaurant":"mc"}
],
"dinner": [
{"dish":"yet another fried chicken", "restaurant":"mc"}
],
"drinks": [
{"dish": "coke", "restaurant": "mc"}
]
}
}
}