forked from typicode/demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
60 lines (57 loc) · 1.27 KB
/
db.json
File metadata and controls
60 lines (57 loc) · 1.27 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"Database" :
[
{
"id" : "1",
"Categories" :
[
{
"Title": "soup",
"Icon": "icon.png",
"Elements":
[
{
"Title": "Pumpkin Soup",
"Photo": "icon.png",
"Price": "45",
"Calories": "300",
"Description": "Pumpkin soup served with sage and garlic toasted home made bread",
"ModelName": "model.prefab"
},
{
"Title": "Chicken With Cream Soup",
"Photo": "icon.png",
"Price": "30",
"Calories": "200",
"Description": "Chicken & cream served with crispy bread",
"ModelName": "model.prefab"
}
]
},
{
"Title": "Sandwiches",
"Icon": "icon.png",
"Elements":
[
{
"Title": "Cheese Burger",
"Photo": "icon.png",
"Price": "50",
"Calories": "450",
"Description": "Pure beef burger sandwich, with onion rings, tomatoes, pickled cucumbers, lettuce, topped with red cheddar cheese",
"ModelName": "burger.prefab"
},
{
"Title": "Meat Fajita Sandwich",
"Photo": "icon.png",
"Price": "50",
"Calories": "400",
"Description": "Marinated beef fajita sandwich in skillet, served in tortilla bread",
"ModelName": "shava.prefab"
}
]
}
]
}
]
}