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