-2

Just to understand the basics of json parsing.

Gabriel C
  • 263
  • 1
  • 4
  • 8

1 Answers1

1

Things I would give a try:

  1. Here someone has an answer for parsing JSON with Swift: How to parse a JSON file in swift?
  2. Check this tutorial: http://jamesonquave.com/blog/developing-ios-apps-using-swift-tutorial-part-2/
  3. 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