-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
58 lines (58 loc) · 2 KB
/
data.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
47
48
49
50
51
52
53
54
55
56
57
58
{
"data": {
"appname":"App Name",
"appColors":[
{"name": "primaryColor", "color": "#ffffff"},
{"name": "primaryColor", "color": "#ffffff"},
{"name": "primaryColor", "color": "#ffffff"},
{"name": "primaryColor", "color": "#ffffff"},
{"name": "primaryColor", "color": "#ffffff"}
],
"menus":[
{
"title":"a",
"items":[
{"title":"a1",
"content":[
{"itemname":"a11"},
{"itemname":"a12"},
{"itemname":"a13"}
]},
{"title":"a2",
"content":[
{"itemname":"a21"},
{"itemname":"a22"},
{"itemname":"a23"}
]},
{"title":"a3",
"content":[
{"itemname":"a31"},
{"itemname":"a32"},
{"itemname":"a33"}
]}]
},
{
"title":"b",
"items":[
{"title":"b1",
"content":[
{"itemname":"b11"},
{"itemname":"b12"},
{"itemname":"b13"}
]},
{"title":"b2",
"content":[
{"itemname":"b21"},
{"itemname":"b22"},
{"itemname":"b23"}
]},
{"title":"b3",
"content":[
{"itemname":"b31"},
{"itemname":"b32"},
{"itemname":"b33"}
]}]
}
]
}
}