gpt4 book ai didi

PHP JSON 数据到 Xcode Swift 数组

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

我在将 JSON 数据解析为 Swift 数组(用于 UITableView 中)时遇到问题。谁能指导我吗?

我的 JSON 数据显示为:

[{"refID":"1","publisher":"Pub1"},{"refID":"2","publisher":"Pub2"},{"refID":"3","publisher":"Pub3"}] 

我的 Swift 是:

override func viewDidLoad() {
super.viewDidLoad()

let url = NSURL(string: "http://myurl/index.php")
var request = NSURLRequest(URL: url!)
var data = NSURLConnection.sendSynchronousRequest(request, returningResponse: nil, error: nil)
if data != nil {
pubJSON = JSON(data: data!)
println(pubJSON)
}

我可以在输出窗口中看到 JSON,因此 Xcode 正在读取它,但我对将其转换为数组的下一步感到困惑。

非常感谢您的建议。

最佳答案

关于PHP JSON 数据到 Xcode Swift 数组,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31572777/

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