Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Arash Emadi
10,002 PointsHow can I Read and Parse JSON using Swift2?
I'm trying to develop an iOS app that reads my data from a mySql database in JSON format and then parses it and displays it on the mobile screen.
I've searched the whole internet, but the only thing I could find is how to do so using Swift1 and I'm using Swift2.
Can you tell me what I need to do to be able to do so?
Thanks in advance.