Deserialize using JSON.net
Your classes are pretty close, it looks like you possibly tried to pretty things up a bit such as changing codes to Codes but in so doing the properties no longer match. You can change class names but not property names (at least not that way): Public Class CodeLinkContainer <JsonProperty(“codes”)> Public Property Codes As IList(Of … Read more