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 1067 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1078 "type": "application/atom+xml" | 1078 "type": "application/atom+xml" |
1079 }, { | 1079 }, { |
1080 "href": "https://sub_dir_folder_2_self_link/folder:sub_dir_folder_2_
self_link", | 1080 "href": "https://sub_dir_folder_2_self_link/folder:sub_dir_folder_2_
self_link", |
1081 "rel": "self", | 1081 "rel": "self", |
1082 "type": "application/atom+xml" | 1082 "type": "application/atom+xml" |
1083 }, { | 1083 }, { |
1084 "href": "https://sub_dir_folder_2_self_link/folder:sub_dir_folder_2_
self_link", | 1084 "href": "https://sub_dir_folder_2_self_link/folder:sub_dir_folder_2_
self_link", |
1085 "rel": "edit", | 1085 "rel": "edit", |
1086 "type": "application/atom+xml" | 1086 "type": "application/atom+xml" |
1087 }, { | 1087 }, { |
1088 "href": "https://slash_dir_self_link", | |
1089 "rel": "http://schemas.google.com/docs/2007#parent", | |
1090 "type": "application/atom+xml" | |
1091 }, { | |
1092 "href": "https://fake_server/fake_root", | 1088 "href": "https://fake_server/fake_root", |
1093 "rel": "http://schemas.google.com/docs/2007#parent", | 1089 "rel": "http://schemas.google.com/docs/2007#parent", |
1094 "type": "application/atom+xml" | 1090 "type": "application/atom+xml" |
1095 } ], | 1091 } ], |
1096 "published": { | 1092 "published": { |
1097 "$t": "2010-11-07T05:03:54.719Z" | 1093 "$t": "2010-11-07T05:03:54.719Z" |
1098 }, | 1094 }, |
1099 "title": { | 1095 "title": { |
1100 "$t": "Directory 2" | 1096 "$t": "Directory 2" |
1101 }, | 1097 }, |
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1245 "$t": "2011-12-14T01:03:21.151Z" | 1241 "$t": "2011-12-14T01:03:21.151Z" |
1246 }, | 1242 }, |
1247 "xmlns": "http://www.w3.org/2005/Atom", | 1243 "xmlns": "http://www.w3.org/2005/Atom", |
1248 "xmlns$batch": "http://schemas.google.com/gdata/batch", | 1244 "xmlns$batch": "http://schemas.google.com/gdata/batch", |
1249 "xmlns$docs": "http://schemas.google.com/docs/2007", | 1245 "xmlns$docs": "http://schemas.google.com/docs/2007", |
1250 "xmlns$gd": "http://schemas.google.com/g/2005", | 1246 "xmlns$gd": "http://schemas.google.com/g/2005", |
1251 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/" | 1247 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/" |
1252 }, | 1248 }, |
1253 "version": "1.0" | 1249 "version": "1.0" |
1254 } | 1250 } |
OLD | NEW |