Imports Newtonsoft.Json.Linq
"""airs_at"": ""2015-01-01T00:00:00.000-08:00""," + _
"""title"": ""01/01/2015""," + _
"""trakt"": 1685096," + _
"""number_abs"": null," + _
"""overview"": ""It's the Red Eye 2015 Mildly Amusing New Years special with guests Mike Baker, Bonnie McFarlane and a special treat...a retrospective of Frightened Correspondent Joe Machi!""," + _
"""first_aired"": ""2015-01-01T00:00:00.000-08:00""," + _
"""updated_at"": ""2015-01-18T21:10:22.000Z""," + _
"""available_translations"": []" + _
"""title"": ""Red Eye w/Greg Gutfeld""," + _
"""slug"": ""red-eye-w-greg-gutfeld""," + _
"""imdb"": ""tt0964948""," + _
"""overview"": ""Red Eye w/Greg Gutfeld is an American late-night/early-morning satirical talk show on the Fox News Channel, airing at 3:00 am ET Tuesday through Saturday and 11:00 pm Saturday and 2:00 am Sunday. The show features panelists and guests discussing the latest news in politics, pop culture, entertainment, business, sports, and religion. The show is hosted by Greg Gutfeld, a self-described libertarian, who is a former Maxim UK editor.""," + _
"""first_aired"": ""2007-02-06T00:00:00.000-08:00""," + _
"""day"": ""Thursday""," + _
"""time"": ""03:00""," + _
"""timezone"": ""America/New_York""" + _
"""certification"": ""TV-14""," + _
"""country"": ""us""," + _
"""homepage"": null," + _
"""status"": ""ended""," + _
"""updated_at"": ""2015-01-29T10:44:57.000Z""," + _
"""language"": ""en""," + _
"""available_translations"": [" + _
"""aired_episodes"": 322" + _
"""airs_at"": ""2015-01-01T10:00:00.000-08:00""," + _
"""title"": ""01/01/2015""," + _
"""trakt"": 1602414," + _
"""number_abs"": null," + _
"""overview"": null," + _
"""first_aired"": ""2015-01-01T10:00:00.000-08:00""," + _
"""updated_at"": ""2015-01-05T09:50:48.000Z""," + _
"""available_translations"": []" + _
"""title"": ""BBC News at Six""," + _
"""slug"": ""bbc-news-at-six""," + _
"""overview"": ""The BBC News at Six is the evening news programme broadcast each night on British television channel BBC One and the BBC News channel at 18:00.""," + _
"""first_aired"": ""1984-09-02T17:00:00.000-07:00""," + _
"""time"": ""18:00""," + _
"""timezone"": ""Europe/London""" + _
"""certification"": null," + _
"""network"": ""BBC One""," + _
"""country"": ""gb""," + _
"""homepage"": null," + _
"""status"": ""ended""," + _
"""updated_at"": ""2015-01-05T09:50:58.000Z""," + _
"""language"": ""en""," + _
"""available_translations"": [" + _
"""aired_episodes"": 137" + _
"""airs_at"": ""2015-01-01T10:30:00.000-08:00""," + _
"""trakt"": 1036730," + _
"""number_abs"": null," + _
"""overview"": null," + _
"""first_aired"": ""2015-01-01T10:30:00.000-08:00""," + _
"""updated_at"": ""2014-12-19T00:41:12.000Z""," + _
"""available_translations"": []" + _
"""title"": ""Terra X""," + _
"""slug"": ""terra-x""," + _
"""imdb"": ""tt0382491""," + _
"""overview"": null," + _
"""first_aired"": ""1982-01-16T16:00:00.000-08:00""," + _
"""day"": ""Sunday""," + _
"""time"": ""19:30""," + _
"""timezone"": ""Europe/Berlin""" + _
"""certification"": null," + _
"""network"": ""ZDF""," + _
"""country"": ""de""," + _
"""homepage"": null," + _
"""status"": ""returning series""," + _
"""updated_at"": ""2015-01-17T10:51:48.000Z""," + _
"""language"": null," + _
"""available_translations"": []," + _
"""aired_episodes"": 635" + _
Dim dynamicObj = Newtonsoft.Json.JsonConvert.DeserializeObject(Of JObject)(res)
For Each prop As JProperty In dynamicObj.Properties()
For Each subObj As JObject In prop.Value
Console.WriteLine(subObj("show")("title"))