gpt4 book ai didi

json - Alamofire 和 SwiftyJSON

转载 作者:行者123 更新时间:2023-11-30 10:09:18 25 4
gpt4 key购买 nike

我目前尝试获取 json 但总是收到错误

   Alamofire.request(.GET, "http://api.androidhive.info/contacts/").responseJSON { (req, res, json) -> Void in
let swiftyJsonVar = JSON(json.value!)
print(swiftyJsonVar)
}

enter image description here

最佳答案

错误消息显示闭包的返回类型是单个对象而不是三个。

快速获得正确语法的两个建议:

  • 使用代码补全。
  • - 单击该符号或查看快速帮助 (⌥⌘2) 以阅读文档。

在您的情况下,request 方法返回一个response 对象

关于json - Alamofire 和 SwiftyJSON,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33969401/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com