Community Questions & Answers

Accessing data in a nested JSON response

Im trying to access data that appears to be an object in an webservice call. The structure of the returned data has me stumped on how to actually pull the values out. Any help would be appreciated. The response information is formatted as such ~~~ {} JSON ...

Nested XML Node issue

Hi All, I have a nested XML structure as follows: ~~~ <bookstore> <book> <title>Title 1</title> <year>2003</year> <author id="1">James McGovern</author> <author id="2">Per...

extracting data from complex json

I've noticed that most of the examples that show json data show very simple json. I'm trying to pull content from a more complex nested json file and can't seem to do it. Can anyone look at my example and point out where I am going...

Nested arrays

i Think there is a problem with nested arrays. Im using the following code, and im getting this red screen error on the iPhones simulator: ~~~ for(var i=0; i<=tagList.length; i++){ for(var j=0; j<=tagList[i].length; j++){ var text =...

Showing 1-14 of 14