-
Notifications
You must be signed in to change notification settings - Fork 0
/
categories.json
44 lines (44 loc) · 1017 Bytes
/
categories.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
[
{
"id": 1,
"name": "Men",
"slug": "men",
"children": [
{
"id": 4,
"name": "Shirts",
"slug": "shirts",
"children": [
{ "id": 7,
"name": "Plain shirts",
"slug": "plain-shirts"
},
{
"id": 8,
"name": "Denim shirts",
"slug": "denim-shirts"
}
]
},
{
"id":5,
"name": "Shoes",
"slug": "shoes"
},
{
"id": 6,
"name": "Bags",
"slug": "bags"
}
]
},
{ "id": 2,
"name": "Women",
"slug": "women"
},
{
"id": 3,
"name": "Kids",
"slug": "kids"
}
]