-
Notifications
You must be signed in to change notification settings - Fork 0
/
catalog.json
185 lines (185 loc) · 3.94 KB
/
catalog.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
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
{
"Category": [
{
"Item": [
{
"description": "Barcelona, the cosmopolitan capital of Spain\u2019s Catalonia region, is known for its art and architecture. From Wikipedia.",
"id": 1,
"name": "Barcelona"
},
{
"description": "City Bilbao",
"id": 2,
"name": "Bilbao"
},
{
"description": "City Malaga",
"id": 3,
"name": "Malaga"
}
],
"description": "Spain, a country on Europe\u2019s Iberian\n Peninsula includes 17 autonomous regions with diverse\n geography and cultures",
"id": 1,
"name": "Spain"
},
{
"Item": [
{
"description": "City Milan",
"id": 4,
"name": "Milan"
},
{
"description": "City Rome",
"id": 5,
"name": "Rome"
},
{
"description": "City Venice",
"id": 6,
"name": "Venice"
}
],
"description": "Country Italy",
"id": 2,
"name": "Italy"
},
{
"Item": [
{
"description": "City Zadar",
"id": 7,
"name": "Zadar"
},
{
"description": "City Dubrovnik",
"id": 8,
"name": "Dubrovnik"
},
{
"description": "City Omis",
"id": 9,
"name": "Omis"
}
],
"description": "Country Croatia",
"id": 3,
"name": "Croatia"
},
{
"Item": [
{
"description": "City Lisbon",
"id": 10,
"name": "Lisbon"
},
{
"description": "City Albufeira",
"id": 11,
"name": "Albufeira"
},
{
"description": "City Porto",
"id": 12,
"name": "Porto"
}
],
"description": "Country Portugal",
"id": 4,
"name": "Portugal"
},
{
"Item": [
{
"description": "City Paris",
"id": 13,
"name": "Paris"
},
{
"description": "City Bordeaux",
"id": 14,
"name": "Bordeaux"
},
{
"description": "City Marseille",
"id": 15,
"name": "Marseille"
},
{
"description": "City Biarritz",
"id": 16,
"name": "Biarritz"
}
],
"description": "Country France",
"id": 5,
"name": "France"
},
{
"Item": [
{
"description": "City Amsterdam",
"id": 17,
"name": "Amsterdam"
},
{
"description": "City Rotterdam",
"id": 18,
"name": "Rotterdam"
},
{
"description": "City The Hague",
"id": 19,
"name": "The Hague"
}
],
"description": "Country Netherlands",
"id": 6,
"name": "Netherlands"
},
{
"Item": [
{
"description": "City Krakow",
"id": 20,
"name": "Krakow"
},
{
"description": "City Warsaw",
"id": 21,
"name": "Warsaw"
},
{
"description": "City Lublin",
"id": 22,
"name": "Lublin"
}
],
"description": "Country Poland",
"id": 7,
"name": "Poland"
},
{
"Item": [
{
"description": "City Berlin",
"id": 23,
"name": "Berlin"
},
{
"description": "City Frankfurt",
"id": 24,
"name": "Frankfurt"
},
{
"description": "City Hamburg",
"id": 25,
"name": "Hamburg"
}
],
"description": "Country Germany",
"id": 8,
"name": "Germany"
}
]
}