annotate DataTables-1.9.4/examples/ajax/sources/arrays_subobjects.txt @ 3:4a6ebda2a3ae draft

fixed tool dependency issue
author saskia-hiltemann
date Tue, 30 Sep 2014 09:56:12 -0400
parents ac5f9272033b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
1 { "aaData": [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
2 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
3 "Trident",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
4 "Internet Explorer 4.0",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
5 "Win 95+",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
6 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
7 "version": "4",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
8 "grade": "X"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
9 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
10 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
11 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
12 "Trident",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
13 "Internet Explorer 5.0",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
14 "Win 95+",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
15 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
16 "version": "5",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
17 "grade": "C"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
18 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
19 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
20 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
21 "Trident",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
22 "Internet Explorer 5.5",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
23 "Win 95+",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
24 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
25 "version": "5.5",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
26 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
27 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
28 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
29 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
30 "Trident",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
31 "Internet Explorer 6",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
32 "Win 98+",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
33 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
34 "version": "6",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
35 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
36 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
37 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
38 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
39 "Trident",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
40 "Internet Explorer 7",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
41 "Win XP SP2+",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
42 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
43 "version": "7",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
44 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
45 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
46 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
47 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
48 "Trident",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
49 "AOL browser (AOL desktop)",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
50 "Win XP",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
51 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
52 "version": "6",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
53 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
54 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
55 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
56 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
57 "Gecko",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
58 "Firefox 1.0",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
59 "Win 98+ / OSX.2+",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
60 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
61 "version": "1.7",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
62 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
63 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
64 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
65 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
66 "Gecko",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
67 "Firefox 1.5",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
68 "Win 98+ / OSX.2+",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
69 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
70 "version": "1.8",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
71 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
72 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
73 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
74 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
75 "Gecko",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
76 "Firefox 2.0",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
77 "Win 98+ / OSX.2+",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
78 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
79 "version": "1.8",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
80 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
81 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
82 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
83 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
84 "Gecko",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
85 "Firefox 3.0",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
86 "Win 2k+ / OSX.3+",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
87 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
88 "version": "1.9",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
89 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
90 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
91 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
92 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
93 "Gecko",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
94 "Camino 1.0",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
95 "OSX.2+",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
96 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
97 "version": "1.8",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
98 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
99 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
100 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
101 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
102 "Gecko",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
103 "Camino 1.5",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
104 "OSX.3+",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
105 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
106 "version": "1.8",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
107 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
108 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
109 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
110 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
111 "Gecko",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
112 "Netscape 7.2",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
113 "Win 95+ / Mac OS 8.6-9.2",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
114 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
115 "version": "1.7",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
116 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
117 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
118 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
119 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
120 "Gecko",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
121 "Netscape Browser 8",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
122 "Win 98SE+",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
123 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
124 "version": "1.7",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
125 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
126 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
127 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
128 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
129 "Gecko",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
130 "Netscape Navigator 9",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
131 "Win 98+ / OSX.2+",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
132 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
133 "version": "1.8",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
134 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
135 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
136 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
137 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
138 "Gecko",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
139 "Mozilla 1.0",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
140 "Win 95+ / OSX.1+",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
141 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
142 "version": "1",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
143 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
144 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
145 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
146 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
147 "Gecko",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
148 "Mozilla 1.1",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
149 "Win 95+ / OSX.1+",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
150 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
151 "version": "1.1",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
152 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
153 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
154 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
155 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
156 "Gecko",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
157 "Mozilla 1.2",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
158 "Win 95+ / OSX.1+",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
159 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
160 "version": "1.2",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
161 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
162 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
163 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
164 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
165 "Gecko",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
166 "Mozilla 1.3",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
167 "Win 95+ / OSX.1+",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
168 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
169 "version": "1.3",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
170 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
171 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
172 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
173 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
174 "Gecko",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
175 "Mozilla 1.4",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
176 "Win 95+ / OSX.1+",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
177 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
178 "version": "1.4",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
179 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
180 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
181 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
182 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
183 "Gecko",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
184 "Mozilla 1.5",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
185 "Win 95+ / OSX.1+",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
186 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
187 "version": "1.5",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
188 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
189 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
190 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
191 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
192 "Gecko",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
193 "Mozilla 1.6",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
194 "Win 95+ / OSX.1+",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
195 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
196 "version": "1.6",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
197 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
198 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
199 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
200 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
201 "Gecko",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
202 "Mozilla 1.7",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
203 "Win 98+ / OSX.1+",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
204 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
205 "version": "1.7",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
206 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
207 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
208 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
209 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
210 "Gecko",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
211 "Mozilla 1.8",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
212 "Win 98+ / OSX.1+",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
213 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
214 "version": "1.8",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
215 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
216 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
217 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
218 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
219 "Gecko",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
220 "Seamonkey 1.1",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
221 "Win 98+ / OSX.2+",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
222 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
223 "version": "1.8",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
224 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
225 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
226 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
227 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
228 "Gecko",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
229 "Epiphany 2.20",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
230 "Gnome",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
231 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
232 "version": "1.8",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
233 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
234 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
235 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
236 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
237 "Webkit",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
238 "Safari 1.2",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
239 "OSX.3",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
240 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
241 "version": "125.5",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
242 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
243 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
244 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
245 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
246 "Webkit",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
247 "Safari 1.3",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
248 "OSX.3",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
249 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
250 "version": "312.8",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
251 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
252 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
253 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
254 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
255 "Webkit",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
256 "Safari 2.0",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
257 "OSX.4+",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
258 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
259 "version": "419.3",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
260 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
261 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
262 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
263 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
264 "Webkit",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
265 "Safari 3.0",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
266 "OSX.4+",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
267 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
268 "version": "522.1",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
269 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
270 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
271 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
272 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
273 "Webkit",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
274 "OmniWeb 5.5",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
275 "OSX.4+",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
276 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
277 "version": "420",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
278 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
279 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
280 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
281 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
282 "Webkit",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
283 "iPod Touch / iPhone",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
284 "iPod",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
285 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
286 "version": "420.1",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
287 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
288 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
289 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
290 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
291 "Webkit",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
292 "S60",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
293 "S60",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
294 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
295 "version": "413",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
296 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
297 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
298 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
299 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
300 "Presto",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
301 "Opera 7.0",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
302 "Win 95+ / OSX.1+",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
303 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
304 "version": "-",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
305 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
306 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
307 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
308 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
309 "Presto",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
310 "Opera 7.5",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
311 "Win 95+ / OSX.2+",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
312 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
313 "version": "-",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
314 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
315 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
316 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
317 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
318 "Presto",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
319 "Opera 8.0",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
320 "Win 95+ / OSX.2+",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
321 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
322 "version": "-",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
323 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
324 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
325 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
326 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
327 "Presto",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
328 "Opera 8.5",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
329 "Win 95+ / OSX.2+",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
330 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
331 "version": "-",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
332 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
333 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
334 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
335 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
336 "Presto",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
337 "Opera 9.0",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
338 "Win 95+ / OSX.3+",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
339 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
340 "version": "-",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
341 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
342 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
343 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
344 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
345 "Presto",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
346 "Opera 9.2",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
347 "Win 88+ / OSX.3+",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
348 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
349 "version": "-",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
350 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
351 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
352 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
353 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
354 "Presto",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
355 "Opera 9.5",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
356 "Win 88+ / OSX.3+",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
357 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
358 "version": "-",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
359 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
360 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
361 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
362 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
363 "Presto",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
364 "Opera for Wii",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
365 "Wii",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
366 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
367 "version": "-",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
368 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
369 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
370 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
371 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
372 "Presto",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
373 "Nokia N800",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
374 "N800",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
375 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
376 "version": "-",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
377 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
378 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
379 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
380 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
381 "Presto",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
382 "Nintendo DS browser",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
383 "Nintendo DS",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
384 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
385 "version": "8.5",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
386 "grade": "C/A<sup>1</sup>"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
387 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
388 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
389 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
390 "KHTML",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
391 "Konqureror 3.1",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
392 "KDE 3.1",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
393 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
394 "version": "3.1",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
395 "grade": "C"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
396 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
397 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
398 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
399 "KHTML",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
400 "Konqureror 3.3",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
401 "KDE 3.3",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
402 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
403 "version": "3.3",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
404 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
405 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
406 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
407 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
408 "KHTML",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
409 "Konqureror 3.5",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
410 "KDE 3.5",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
411 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
412 "version": "3.5",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
413 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
414 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
415 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
416 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
417 "Tasman",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
418 "Internet Explorer 4.5",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
419 "Mac OS 8-9",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
420 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
421 "version": "-",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
422 "grade": "X"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
423 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
424 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
425 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
426 "Tasman",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
427 "Internet Explorer 5.1",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
428 "Mac OS 7.6-9",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
429 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
430 "version": "1",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
431 "grade": "C"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
432 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
433 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
434 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
435 "Tasman",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
436 "Internet Explorer 5.2",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
437 "Mac OS 8-X",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
438 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
439 "version": "1",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
440 "grade": "C"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
441 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
442 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
443 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
444 "Misc",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
445 "NetFront 3.1",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
446 "Embedded devices",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
447 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
448 "version": "-",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
449 "grade": "C"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
450 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
451 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
452 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
453 "Misc",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
454 "NetFront 3.4",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
455 "Embedded devices",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
456 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
457 "version": "-",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
458 "grade": "A"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
459 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
460 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
461 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
462 "Misc",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
463 "Dillo 0.8",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
464 "Embedded devices",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
465 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
466 "version": "-",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
467 "grade": "X"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
468 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
469 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
470 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
471 "Misc",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
472 "Links",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
473 "Text only",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
474 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
475 "version": "-",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
476 "grade": "X"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
477 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
478 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
479 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
480 "Misc",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
481 "Lynx",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
482 "Text only",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
483 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
484 "version": "-",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
485 "grade": "X"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
486 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
487 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
488 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
489 "Misc",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
490 "IE Mobile",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
491 "Windows Mobile 6",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
492 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
493 "version": "-",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
494 "grade": "C"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
495 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
496 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
497 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
498 "Misc",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
499 "PSP browser",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
500 "PSP",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
501 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
502 "version": "-",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
503 "grade": "C"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
504 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
505 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
506 [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
507 "Other browsers",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
508 "All others",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
509 "-",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
510 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
511 "version": "-",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
512 "grade": "U"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
513 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
514 ]
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
515 ] }