Вот как я бы это структурировал:
{
"rss": {
"channels" : [
{
"title" : "title goes here",
"link": "link goes here",
"description": "description goes here",
"items" : [
{
"title": "title goes here",
"link": "url goes here",
"guid": "id goes here",
"pubDate": "data goes here",
"description": "description goes here"
} ]
} ]
}
}