„Funktions/Json_Parse_Example.cs“ ändern

This commit is contained in:
Marcus Ferl 2022-04-01 21:26:51 +02:00
parent d2a91553b8
commit 9a77f1d9d6

View File

@ -17,7 +17,7 @@ class JsonParser
var webclient = new WebClient();
try
{
json = webclient.DownloadString(url);
json = webclient.DownloadString(url);
}
catch(WebException e)
{