„Funktions/Json_Parse_Example.cs“ ändern
This commit is contained in:
parent
d2a91553b8
commit
9a77f1d9d6
|
@ -17,7 +17,7 @@ class JsonParser
|
||||||
var webclient = new WebClient();
|
var webclient = new WebClient();
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
json = webclient.DownloadString(url);
|
json = webclient.DownloadString(url);
|
||||||
}
|
}
|
||||||
catch(WebException e)
|
catch(WebException e)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user