I have a json that I could parse with SwiftyJSON :
if let title = json[\"items\"][2][\"title\"].string { println(\"title : \\(title)\") }
Please check the README
//If json is .Dictionary for (key: String, subJson: JSON) in json { //Do something you want } //If json is .Array //The `index` is 0..