Skip to content

Instantly share code, notes, and snippets.

@jrmoran
Created February 28, 2011 07:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrmoran/847043 to your computer and use it in GitHub Desktop.
Save jrmoran/847043 to your computer and use it in GitHub Desktop.
var res = ({
query:{
"count": 3,
"created": "2011-02-28T07:15:39Z",
"lang": "en-US",
"results": {
"rss": [{
"channel": {
"item": {
"title": "Post 1 Title",
"pubDate": "Date of publication",
"link": "url"
}
}},{
"channel": {
"item": {
"title": "Post 2 Title",
"pubDate": "Date of publication",
"link": "url"
}
}},{
"channel": {
"item": {
"title": "Post 3 Title",
"pubDate": "Date of publication",
"link": "url"
}
}}]
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment