Example handling JSON with SwiftyJSON
问题 I would like to handle json with SwiftJSON, but I stacked. Does anyone show me example code? I tried to use this library. https://github.com/SwiftyJSON/SwiftyJSON Although I placed SwiftyJSON.swift in the same project, I have error "No such module "SwiftyJSON"" So correct my code or show me example code handling json from web with swiftyJSON lib. Here is my code: import UIKit import SwiftyJSON // No such module "SwiftyJSON" class ViewController: UIViewController { override func viewDidLoad()