-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.

1
  • 3
    Before you post a question, search Stack Overflow for previous questions. This has been asked and answered many times. Commented Mar 10, 2015 at 14:32

1 Answer 1

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

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.