Just to understand the basics of json parsing.
Asked
Active
Viewed 91 times
1 Answers
1
Things I would give a try:
- Here someone has an answer for parsing JSON with Swift: How to parse a JSON file in swift?
- Check this tutorial: http://jamesonquave.com/blog/developing-ios-apps-using-swift-tutorial-part-2/
- See what others have done; you can check GitHub to find JSON parsers (example: https://github.com/stig/json-framework/). Then rewrite it in Swift.
Best wishes!

Community
- 1
- 1

Leandro Fournier
- 927
- 1
- 9
- 21