使用 Swiftyjson 从数组访问数据
access data from an Array with Swiftyjson
我无法访问图中所示键的值。我尝试使用 json[nombre_uco].stringValue
并收到零值
看起来 json
是一个 JSON
字典数组。这个怎么样:
json[0]["nombre_uco"].stringValue
我无法访问图中所示键的值。我尝试使用 json[nombre_uco].stringValue
并收到零值
看起来 json
是一个 JSON
字典数组。这个怎么样:
json[0]["nombre_uco"].stringValue