I'm initiating a URL connection and my script is returning the following JSON:
( 1, { "id" = <-ID Here->; hash = <-Hash Here->; }, ( ), ( ) )
All the examples I've seen so far seem to have "ids" or identifiers before respective arrays/dictionaries. Despite searching around, I couldn't find a way to parse this. (i.e. I need to get the first boolean value, the id, the hash, and then the arrays as well (which are empty as of now)).
Sorry if I'm missing something-- I'm new to parsing JSON in Obj-C.Thanks for the help.