| 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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 "updated": { | 157 "updated": { |
| 158 "$t": "2012-04-10T22:50:56.202Z" | 158 "$t": "2012-04-10T22:50:56.202Z" |
| 159 }, | 159 }, |
| 160 "xmlns": "http://www.w3.org/2005/Atom", | 160 "xmlns": "http://www.w3.org/2005/Atom", |
| 161 "xmlns$docs": "http://schemas.google.com/docs/2007", | 161 "xmlns$docs": "http://schemas.google.com/docs/2007", |
| 162 "xmlns$gd": "http://schemas.google.com/g/2005", | 162 "xmlns$gd": "http://schemas.google.com/g/2005", |
| 163 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/" | 163 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/" |
| 164 }, | 164 }, |
| 165 "version": "1.0" | 165 "version": "1.0" |
| 166 } | 166 } |
| OLD | NEW |