| 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 396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 407 }, | 407 }, |
| 408 "xmlns": "http://www.w3.org/2005/Atom", | 408 "xmlns": "http://www.w3.org/2005/Atom", |
| 409 "xmlns$batch": "http://schemas.google.com/gdata/batch", | 409 "xmlns$batch": "http://schemas.google.com/gdata/batch", |
| 410 "xmlns$docs": "http://schemas.google.com/docs/2007", | 410 "xmlns$docs": "http://schemas.google.com/docs/2007", |
| 411 "xmlns$gd": "http://schemas.google.com/g/2005", | 411 "xmlns$gd": "http://schemas.google.com/g/2005", |
| 412 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/" | 412 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/" |
| 413 }, | 413 }, |
| 414 "version": "1.0" | 414 "version": "1.0" |
| 415 } | 415 } |
| 416 | 416 |
| OLD | NEW |