I am confused about JSON consuming in iOS. I am trying to use NSJSONSerialization
.
I found a tutorial from Ray Wenderlich discussing working with JSON on iOS5 using dispatch async.
But in some tutorials I found, they were using NSURLConnection
.
Don't kick me for I am really a newbie here.