JSONBurner For RSS Feeds
http://jsonburner.herokuapp.com/source?feed=http://news.ycombinator.com/rss<p>JSONBurner is an online service to convert any RSS feed as JSON. This makes development on Mobile, Responsive web platforms very effective and faster.<p>Applications built on languages like javascript, ruby that provide first class support for parsing JSON, will find this service very effective.<p>Usage<p>Pass the RSS URL as an argument to the service.<p>Example 1 (RSS URL has no params)
http://jsonburner.herokuapp.com/source?feed=http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml<p>Example 2 (RSS URL has params)
http://jsonburner.herokuapp.com/source?feed=http%3A%2F%2Fax.itunes.apple.com%2FWebObjects%2FMZStoreServices.woa%2Fws%2FRSS%2Ftopalbums%2Flimit%3D25%2Fxml<p>http://jsonburner.herokuapp.com/source?feed=http%3A%2F%2Ffeeds.feedburner.com%2FILoveMadras%3Fformat%3Dxml<p>Note: It is always safer to have the URL encoded.