-5

I have a json like this:

[{"id":"1","username":"test"},{"id":"2","username":"test 2"}]

I need to parse them but how ? I need to do that with swift.

Okan
  • 1,379
  • 3
  • 25
  • 38
  • 3
    Before you post a question, search Stack Overflow for previous questions. This has been asked and answered many times. – Rob Mar 10 '15 at 14:32

1 Answers1

1

tutorial:http://www.raywenderlich.com/82706/working-with-json-in-swift-tutorial

related question1:How to parse a JSON file in swift?

related question2:Downloading and parsing json in swift

Community
  • 1
  • 1
IxPaka
  • 1,990
  • 1
  • 16
  • 18