]> git.proxmox.com Git - sencha-touch.git/blob - src/examples/kitchensink/carregions.json
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / examples / kitchensink / carregions.json
1 [{
2 "text": "Cars",
3 "children": [{
4 "text": "Asia",
5 "children": [{
6 "text": "Japan",
7 "children": [{
8 "text": "Acura",
9 "leaf": true
10 },{
11 "text": "Honda",
12 "leaf": true
13 },{
14 "text": "Infiniti",
15 "leaf": true
16 },{
17 "text": "Mitsubishi",
18 "leaf": true
19 },{
20 "text": "Nissan",
21 "leaf": true
22 },{
23 "text": "Scion",
24 "leaf": true
25 },{
26 "text": "Subaru",
27 "leaf": true
28 },{
29 "text": "Toyota",
30 "leaf": true
31 }]
32 },{
33 "text": "Korea",
34 "children": [{
35 "text": "Hyundai",
36 "leaf": true
37 },{
38 "text": "Kia",
39 "leaf": true
40 }]
41 }]
42 },{
43 "text": "United Kingdom",
44 "children": [{
45 "text": "Aston Martin",
46 "leaf": true
47 },{
48 "text": "Bentley",
49 "leaf": true
50 },{
51 "text": "TVR",
52 "leaf": true
53 },{
54 "text": "Land Rover",
55 "leaf": true
56 }]
57 },{
58 "text": "Europe",
59 "children": [{
60 "text": "Germany",
61 "children": [{
62 "text": "Audi",
63 "leaf": true
64 },{
65 "text": "BMW",
66 "leaf": true
67 },{
68 "text": "Opel",
69 "leaf": true
70 },{
71 "text": "Porsche",
72 "leaf": true
73 },{
74 "text": "Volkswagen",
75 "leaf": true
76 }]
77 },{
78 "text": "France",
79 "children": [{
80 "text": "Citroën",
81 "leaf": true
82 },{
83 "text": "Renault",
84 "leaf": true
85 },{
86 "text": "Peugeot",
87 "leaf": true
88 }]
89 }]
90 },{
91 "text": "United States",
92 "children": [{
93 "text": "Buick",
94 "leaf": true
95 },{
96 "text": "Cadillac",
97 "leaf": true
98 },{
99 "text": "Chevrolet",
100 "leaf": true
101 },{
102 "text": "Chrysler",
103 "leaf": true
104 },{
105 "text": "Ford",
106 "leaf": true
107 },{
108 "text": "Jeep",
109 "leaf": true
110 },{
111 "text": "Oldsmobile",
112 "leaf": true
113 },{
114 "text": "Saturn",
115 "leaf": true
116 },{
117 "text": "Tesla",
118 "leaf": true
119 }]
120 }]
121 }]