文件名称:Swift的JSON开发包SwiftyJSON.zip
文件大小:97KB
文件格式:ZIP
更新时间:2022-08-06 07:05:39
开源项目
SwiftyJSON 可以让你在 Swift 语言中更好的处理 JSON 数据。示例代码:let jsonObject : AnyObject! = NSJSONSerialization.JSONObjectWithData(dataFromTwitter, options: NSJSONReadingOptions.MutableContainers, error: nil) if let statusesArray = jsonObject as? NSArray{ if let aStatus = statusesArray[0] as? NSDictionary{ if let user = aStatus["user"] as? NSDictionary{ if let userName = user["name"] as? NSDictionary{ //Finally We Got The Name } } } } 标签:SwiftyJSON
【文件预览】:
SwiftyJSON-master
----.gitignore(263B)
----Package.swift(458B)
----README.md(14KB)
----SwiftyJSON.xcworkspace()
--------contents.xcworkspacedata(234B)
--------xcshareddata()
----Example()
--------Example()
--------Playground.playground()
--------Example.xcodeproj()
----CHANGELOG.md(24KB)
----.github()
--------PULL_REQUEST_TEMPLATE(550B)
--------ISSUE_TEMPLATE(1KB)
----.swiftlint.yml(181B)
----LICENSE(1KB)
----Source()
--------SwiftyJSON()
--------Info-watchOS.plist(806B)
--------Info-macOS.plist(806B)
--------Info-iOS.plist(806B)
--------Info-tvOS.plist(891B)
----SwiftyJSON.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(58KB)
--------xcshareddata()
----.hound.yml(39B)
----Tests()
--------SwiftJSONTests()
--------Info-macOS.plist(733B)
--------Tes()
--------Info-iOS.plist(733B)
--------Info-tvOS.plist(733B)
----.travis.yml(565B)
----SwiftyJSON.podspec(683B)