From 9a77f1d9d6567303a5e360a541fdc7de7ac082ed Mon Sep 17 00:00:00 2001 From: Marcus Ferl Date: Fri, 1 Apr 2022 21:26:51 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EFunktions/Json=5FParse=5FExample.cs?= =?UTF-8?q?=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Funktions/Json_Parse_Example.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Funktions/Json_Parse_Example.cs b/Funktions/Json_Parse_Example.cs index e68701f..f39d97c 100644 --- a/Funktions/Json_Parse_Example.cs +++ b/Funktions/Json_Parse_Example.cs @@ -17,7 +17,7 @@ class JsonParser var webclient = new WebClient(); try { - json = webclient.DownloadString(url); + json = webclient.DownloadString(url); } catch(WebException e) {