JsonParser:适用于Objective-C、Swift的Json DTO类库

时间:2021-05-01 05:25:38
【文件属性】:
文件名称:JsonParser:适用于Objective-C、Swift的Json DTO类库
文件大小:55KB
文件格式:ZIP
更新时间:2021-05-01 05:25:38
Objective-C GICJsonParser Example To run the example project, clone the repo, and run pod install from the Example directory first. 安装 JsonParser is available through . To install it, simply add the following line to your Podfile: pod 'GICJsonParser' 介绍 GICJsonParser专门用来处理在Objective-C 、Swift中自动将Json数据转换成对象实例的类库。支持嵌套对象的解析、支持数组的解析、支持自定义属性名称到Json key的映射,同时也支持将实例对象序列化成Json数据。一行代码就能搞定。 示例 Step1 。首先是需要了解json的定义,这样才
【文件预览】:
JsonParser-master
----.gitignore(738B)
----Example()
--------JsonParser.xcworkspace()
--------Pods()
--------JsonParser()
--------Podfile.lock(282B)
--------Podfile(90B)
--------JsonParser.xcodeproj()
----.travis.yml(551B)
----_Pods.xcodeproj(27B)
----LICENSE(1KB)
----GICJsonParser.podspec(2KB)
----README.md(7KB)
----JsonParser()
--------Assets()
--------Classes()

网友评论