VB.NET HELP[REP+]
#7

Broo... How Can I Parse With JSON ?

Like This?
PHP код:
        Dim web As New Net.WebClient
        Dim r 
As String "http://monitor.sacnr.com/api/?IP=139.59.240.9&Port=7777&Action=info&Format=JSON"
        
Dim reader As StreamReader = New StreamReader(web.OpenRead(r))
        
JsonConvert.DeserializeObject(Of ArrayList)(reader.ReadToEnd
Reply


Messages In This Thread
VB.NET HELP[REP+] - by dh240473 - 29.06.2016, 10:39
Re: VB.NET HELP[REP+] - by Owen007 - 29.06.2016, 11:22
Re: VB.NET HELP[REP+] - by RaeF - 29.06.2016, 11:55
Re: VB.NET HELP[REP+] - by iKarim - 29.06.2016, 12:43
Re: VB.NET HELP[REP+] - by BroZeus - 29.06.2016, 12:49
Re: VB.NET HELP[REP+] - by iKarim - 29.06.2016, 13:02
Re: VB.NET HELP[REP+] - by dh240473 - 30.06.2016, 06:32
Re: VB.NET HELP[REP+] - by iKarim - 30.06.2016, 06:56
Re: VB.NET HELP[REP+] - by dh240473 - 30.06.2016, 07:19

Forum Jump:


Users browsing this thread: 3 Guest(s)