OLD | NEW |
1 { | 1 { |
2 "encoding": "UTF-8", | 2 "encoding": "UTF-8", |
3 "feed": { | 3 "feed": { |
4 "author": [ { | 4 "author": [ { |
5 "email": { | 5 "email": { |
6 "$t": "tester@testing.com" | 6 "$t": "tester@testing.com" |
7 }, | 7 }, |
8 "name": { | 8 "name": { |
9 "$t": "tester" | 9 "$t": "tester" |
10 } | 10 } |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 "rel": "http://schemas.google.com/g/2005#resumable-create-media", | 77 "rel": "http://schemas.google.com/g/2005#resumable-create-media", |
78 "type": "application/atom+xml" | 78 "type": "application/atom+xml" |
79 }, { | 79 }, { |
80 "href": "https://1_self_link", | 80 "href": "https://1_self_link", |
81 "rel": "self", | 81 "rel": "self", |
82 "type": "application/atom+xml" | 82 "type": "application/atom+xml" |
83 }, { | 83 }, { |
84 "href": "https://1_edit_link", | 84 "href": "https://1_edit_link", |
85 "rel": "edit", | 85 "rel": "edit", |
86 "type": "application/atom+xml" | 86 "type": "application/atom+xml" |
87 } ], | 87 } ], |
88 "published": { | 88 "published": { |
89 "$t": "2010-11-07T05:03:54.719Z" | 89 "$t": "2010-11-07T05:03:54.719Z" |
90 }, | 90 }, |
91 "title": { | 91 "title": { |
92 "$t": "Entry 1 Title" | 92 "$t": "Entry 1 Title" |
93 }, | 93 }, |
94 "updated": { | 94 "updated": { |
95 "$t": "2011-04-01T18:34:08.234Z" | 95 "$t": "2011-04-01T18:34:08.234Z" |
96 } | 96 } |
97 }, { | 97 }, { |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
171 "rel": "self", | 171 "rel": "self", |
172 "type": "application/atom+xml" | 172 "type": "application/atom+xml" |
173 }, { | 173 }, { |
174 "href": "https://file_link_edit", | 174 "href": "https://file_link_edit", |
175 "rel": "edit", | 175 "rel": "edit", |
176 "type": "application/atom+xml" | 176 "type": "application/atom+xml" |
177 }, { | 177 }, { |
178 "href": "https://file_edit_media", | 178 "href": "https://file_edit_media", |
179 "rel": "edit-media", | 179 "rel": "edit-media", |
180 "type": "audio/mpeg" | 180 "type": "audio/mpeg" |
181 }, { | |
182 "href": "https://xml_file_entry_open_with_link/", | |
183 "rel": "http://schemas.google.com/docs/2007#open-with-the_app_id", | |
184 "type": "application/atom+xml" | |
185 }, { | |
186 "href": "https://xml_file_fake_entry_open_with_link/", | |
187 "rel": "http://schemas.google.com/docs/2007#oh-no-not-open-with-the_
app_id", | |
188 "type": "application/atom+xml" | |
189 } ], | 181 } ], |
190 "published": { | 182 "published": { |
191 "$t": "2011-12-14T00:40:47.330Z" | 183 "$t": "2011-12-14T00:40:47.330Z" |
192 }, | 184 }, |
193 "title": { | 185 "title": { |
194 "$t": "winter.m4a" | 186 "$t": "winter.m4a" |
195 }, | 187 }, |
196 "updated": { | 188 "updated": { |
197 "$t": "2011-12-14T00:40:47.330Z" | 189 "$t": "2011-12-14T00:40:47.330Z" |
198 } | 190 } |
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
404 }, | 396 }, |
405 "xmlns": "http://www.w3.org/2005/Atom", | 397 "xmlns": "http://www.w3.org/2005/Atom", |
406 "xmlns$batch": "http://schemas.google.com/gdata/batch", | 398 "xmlns$batch": "http://schemas.google.com/gdata/batch", |
407 "xmlns$docs": "http://schemas.google.com/docs/2007", | 399 "xmlns$docs": "http://schemas.google.com/docs/2007", |
408 "xmlns$gd": "http://schemas.google.com/g/2005", | 400 "xmlns$gd": "http://schemas.google.com/g/2005", |
409 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/" | 401 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/" |
410 }, | 402 }, |
411 "version": "1.0" | 403 "version": "1.0" |
412 } | 404 } |
413 | 405 |
OLD | NEW |