-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSupplements.json
46 lines (46 loc) · 1.1 KB
/
Supplements.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
{
"supplementsType":[
{
"id":1,
"category": "Shop",
"category_id":"Whey Protein",
"type":"Protien",
"sub-type":"Muscle Building"
},
{
"id":1,
"category": "Shop",
"category_id":"Mass Gainer",
"type":"Gainer",
"sub-type":"Weight Gainer"
},
{
"id":1,
"category": "Shop",
"category_id":"Pre-Workout",
"type":"Energy",
"sub-type":"Energy Booster"
},
{
"id":1,
"category": "Shop",
"category_id":"Post-Workout",
"type":"Energy",
"sub-type":"Energy Recovery"
},
{
"id":1,
"category": "Shop",
"category_id":"Creatine",
"type":"Strength",
"sub-type":"Strength Recovery"
},
{
"id":1,
"category": "Shop",
"category_id":"Fat Burners",
"type":"Weight Loss",
"sub-type":""
}
]
}