I have an app, that subscribes to an API in the form of a JSon file. Recently the format of this JSon file has changed, and now i can't even download it...
Can anyone tell me what the problem is?Code:Dim client As New WebClient Dim rawResponseString As String = client.DownloadString("https://www.gov.uk/bank-holidays.json")
Thanks




Reply With Quote