Hi guys,
In the absence of any Xcode forum which I cannot find (if anyone can point me to one it would be much appreciated), I thought I'd post my problem here in the hope that someone on MacRumors is able to help.

I'm completely new to Xcode, C Language and basically very confused, and am pretty sure the help I require is very basic, so here goes:
Basically, I want to extract/parse the data from here (link) into a label on Xcode so that the label text displays the JSON data.
I've checked out a few tutorials and been searching google for 2 days but almost everything I see seems to deal with objects and not arrays in JSON.
As I understand, the link I've given is in JSON format (the documentation for using it states this at 4.2).
If anyone could provide me with a very simple and basic sample code with how to parse the data from the url and display it in a label I would HIGHLY APPRECIATE IT, this has been driving me nuts for days now and I would be grateful for any help.
Thank you once again.
Edit: Here's a sample of the url for convenience (if you don't want to click the link):
In the absence of any Xcode forum which I cannot find (if anyone can point me to one it would be much appreciated), I thought I'd post my problem here in the hope that someone on MacRumors is able to help.
I'm completely new to Xcode, C Language and basically very confused, and am pretty sure the help I require is very basic, so here goes:
Basically, I want to extract/parse the data from here (link) into a label on Xcode so that the label text displays the JSON data.
I've checked out a few tutorials and been searching google for 2 days but almost everything I see seems to deal with objects and not arrays in JSON.
As I understand, the link I've given is in JSON format (the documentation for using it states this at 4.2).
If anyone could provide me with a very simple and basic sample code with how to parse the data from the url and display it in a label I would HIGHLY APPRECIATE IT, this has been driving me nuts for days now and I would be grateful for any help.
Thank you once again.
Edit: Here's a sample of the url for convenience (if you don't want to click the link):
Code:
[4,"1.0",1343942093294]
[1,"Earls Court Square","74991","C3","Earl's Ct Tesco",1343942166000,1343942166000]
[1,"Earls Court Square","74991","C1","White City",1343942511000,1343942511000]
[1,"Earls Court Square","74991","74","Baker St Stn",1343942615000,1343942615000]
[1,"Earls Court Square","74991","74","Marble Arch",1343942858000,1343942858000]
[1,"Earls Court Square","74991","74","Marble Arch",1343942964000,1343942964000]
[1,"Earls Court Square","74991","C3","Earl's Ct Tesco",1343942660000,1343942660000]
[1,"Earls Court Square","74991","C1","White City",1343943155000,1343943155000]
[1,"Earls Court Square","74991","C3","Earl's Ct Tesco",1343943347000,1343943347000]
[1,"Earls Court Square","74991","C1","White City",1343943883000,1343943883000]
[2,"Earls Court Square","74991","8a56a0ab387d754001387fb596fa0ccf_29940",0,5,"Route N97 - From Saturday 21 July until Thursday 16 August route N97 will be unable to serve South Kensington Station with buses going direct via Cromwell Road instead. Passengers are advised to alight at the Victoria & Albert Museum instead.",1343968140000]