GoldenFleece:Argo JSON 解析器常见类型的扩展集合

时间:2024-06-29 06:18:25
【文件属性】:

文件名称:GoldenFleece:Argo JSON 解析器常见类型的扩展集合

文件大小:19KB

文件格式:ZIP

更新时间:2024-06-29 06:18:25

Swift

金羊毛 JSON 解析器的常见类型扩展的集合。 在希腊神话中,阿尔戈是杰森和阿尔戈英雄从伊奥尔科斯出发去取回金羊毛的船。 用法 给定以下 JSON,GoldenFleece 允许我们使用 Argo/Runes 直接从profile_picture解析NSURL和从location解析CLLocation 。 { " name " : " Alex " , " profile_picture " : " http://example.com/picture.png " , " location " : { " lat " : 48.11 , " lon " : 16.55 } } import Argo import Runes import GoldenFleece struct User { let name: String let profil


【文件预览】:
GoldenFleece-master
----GoldenFleeceTests()
--------Info.plist(750B)
--------GoldenFleeceTests.swift(1KB)
----Example.xcodeproj()
--------xcshareddata()
--------project.xcworkspace()
--------project.pbxproj(28KB)
----Cartfile(32B)
----Example()
--------ViewController.swift(516B)
--------Info.plist(1KB)
--------AppDelegate.swift(2KB)
--------Base.lproj()
--------Images.xcassets()
----README.md(3KB)
----GoldenFleece()
--------Info.plist(823B)
--------NSURL+Argo.swift(580B)
--------GoldenFleece.h(529B)
--------CLLocation+Argo.swift(865B)
----.gitignore(271B)
----Cartfile.resolved(97B)

网友评论