Building API and JSON: Retrieving data from multiple URLs -


i new app development, , working on ios app (using swift), part of involves retrieving data 3 different webpages. 3 webpages can accessed via 3 separate links on website: http://blogs.cuit.columbia.edu/habitat/build/

how can compile data 3 webpages single json file such information webpages in nested format shown below?

[build name]      [date]      [time]      [info] 

so far, have used wrapapi parse out data website following json file:

...{ "success": true,"outputscenario": "default", "data": { "buildssection": {   "builds": [     "build: habitat nyc april 8th",     "friends of rockaway april 15th",     "build: rebuilding nyc april 29th"   ] } 

},...

i have created similar json file information presented each build. how combine build name , information of build 1 json file?

thank you.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -