Read value from XML on WEB

Hi, Brand new to Xojo.

I’m playing with a little project to build some knowledge.

I am trying to read the values for bit coins from the following URL “https://api.bitcoinaverage.com/all

I guess I read the file in and sift through the lines for what I am after but I can’t work out how to read it into an array…

If someone could point/push me into the right direction please.

TIA

Glenn.

Your link reply is JSON not XML

Thanks:

It led me in the direction to TCP Socket. Socket.Get(“https://api.bitcoinaverage.com/all”)

On to my next challenge. :slight_smile: