-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjson_list.json
More file actions
129 lines (107 loc) · 1.64 KB
/
json_list.json
File metadata and controls
129 lines (107 loc) · 1.64 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
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
[
{
"id":"1",
"name":"Samsung",
"parent_id":"0"
},
{
"id":"2",
"name":"Sony",
"parent_id":"0"
},
{
"id":"3",
"name":"Apple",
"parent_id":"0"
},
{
"id":"4",
"name":"Mobiles & Accessories",
"parent_id":"1"
},
{
"id":"5",
"name":"Home & Kitchen",
"parent_id":"1"
},
{
"id":"6",
"name":"Computers",
"parent_id":"2"
},
{
"id":"7",
"name":"Home Entertainment",
"parent_id":"2"
},
{
"id":"8",
"name":"Phone",
"parent_id":"3"
},
{
"id":"9",
"name":"Mobiles",
"parent_id":"4"
},
{
"id":"10",
"name":"Tablets",
"parent_id":"4"
},
{
"id":"11",
"name":"Mobile Headsets",
"parent_id":"4"
},
{
"id":"https://getbootstrap.com/docs/4.0/components/forms/",
"name":"Refrigerators",
"parent_id":"5"
},
{
"id":"13",
"name":"Air Conditioners",
"parent_id":"5"
},
{
"id":"14",
"name":"Pen Drives",
"parent_id":"6"
},
{
"id":"15",
"name":"Laptops",
"parent_id":"6"
},
{
"id":"16",
"name":"TVs",
"parent_id":"7"
},
{
"id":"17",
"name":"Home Theaters",
"parent_id":"7"
},
{
"id":"18",
"name":"Speakers",
"parent_id":"7"
},
{
"id":"19",
"name":"Iphone 5",
"parent_id":"8"
},
{
"id":"20",
"name":"Iphone 6",
"parent_id":"8"
},
{
"id":"21",
"name":"Iphone 7",
"parent_id":"8"
}
]