Skip to content

Instantly share code, notes, and snippets.

@textarcana
Created March 16, 2009 21:12
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 textarcana/80081 to your computer and use it in GitHub Desktop.
Save textarcana/80081 to your computer and use it in GitHub Desktop.
JSON format used by the New York Times Article Skimmer
{
"channel": {
"items": [
{
"title":"Madoff’s Bail Revoked After Guilty Pleas to All Charges",
"link":"http://www.nytimes.com/2009/03/13/business/13madoff.html?partner=rss&emc=rss",
"description":"Bernard L. Madoff was sent to jail to await sentencing on Thursday after expressing remorse for running a vast Ponzi scheme.",
"media:content": {
"url":"http://graphics8.nytimes.com/images/2009/03/12/business/12madoff3-75.jpg",
"height":"75",
"width":"75"
}
},
{
"title":"Iraqi Shoe Thrower Gets Three Years",
"link":"http://www.nytimes.com/2009/03/13/world/middleeast/13iraq.html?partner=rss&emc=rss",
"description":"The journalist had pleaded not guilty, saying at a hearing last month that he was overcome by passion.",
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment