| 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@test.com" | 6 "$t": "tester@test.com" |
| 7 }, | 7 }, |
| 8 "name": { | 8 "name": { |
| 9 "$t": "tester" | 9 "$t": "tester" |
| 10 } | 10 } |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 "rel": "edit", | 104 "rel": "edit", |
| 105 "type": "application/atom+xml" | 105 "type": "application/atom+xml" |
| 106 }, { | 106 }, { |
| 107 "href": "https://edit-media/document%3Aadded_in_root_id", | 107 "href": "https://edit-media/document%3Aadded_in_root_id", |
| 108 "rel": "edit-media", | 108 "rel": "edit-media", |
| 109 "type": "text/html" | 109 "type": "text/html" |
| 110 }, { | 110 }, { |
| 111 "href": "https://changes/16683", | 111 "href": "https://changes/16683", |
| 112 "rel": "self", | 112 "rel": "self", |
| 113 "type": "application/atom+xml" | 113 "type": "application/atom+xml" |
| 114 }, { |
| 115 "href": "https://fake_server/fake_root", |
| 116 "rel": "http://schemas.google.com/docs/2007#parent", |
| 117 "type": "application/atom+xml" |
| 114 } ], | 118 } ], |
| 115 "published": { | 119 "published": { |
| 116 "$t": "2012-04-10T22:50:53.237Z" | 120 "$t": "2012-04-10T22:50:53.237Z" |
| 117 }, | 121 }, |
| 118 "title": { | 122 "title": { |
| 119 "$t": "Added file" | 123 "$t": "Added file" |
| 120 }, | 124 }, |
| 121 "updated": { | 125 "updated": { |
| 122 "$t": "2012-04-10T22:50:55.797Z" | 126 "$t": "2012-04-10T22:50:55.797Z" |
| 123 } | 127 } |
| (...skipping 29 matching lines...) Expand all Loading... |
| 153 "updated": { | 157 "updated": { |
| 154 "$t": "2012-04-10T22:50:56.202Z" | 158 "$t": "2012-04-10T22:50:56.202Z" |
| 155 }, | 159 }, |
| 156 "xmlns": "http://www.w3.org/2005/Atom", | 160 "xmlns": "http://www.w3.org/2005/Atom", |
| 157 "xmlns$docs": "http://schemas.google.com/docs/2007", | 161 "xmlns$docs": "http://schemas.google.com/docs/2007", |
| 158 "xmlns$gd": "http://schemas.google.com/g/2005", | 162 "xmlns$gd": "http://schemas.google.com/g/2005", |
| 159 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/" | 163 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/" |
| 160 }, | 164 }, |
| 161 "version": "1.0" | 165 "version": "1.0" |
| 162 } | 166 } |
| OLD | NEW |