Search found 11 matches

by Matthew-Collins
Sunday 17th September 2017 7:56am
Forum: General
Topic: JSON files
Replies: 24
Views: 24826

Re: JSON files

Hi Guys, TypeOf(v) is true, if you pass the whole result from Json.decode... see below Public Sub Main() Dim vNew As Variant Dim sNew As String Shell "wget -O - https://poloniex.com/public?command=returnTicker" To sNew vNew = Json.decode(sNew) 'Requires component 'gb.web' GetCollectionData...