string json = client.DownloadString(url); var s =Json.Decode(json); foreach (var item in s) { title =s.items[0].snippet.channelTitle; }