JFObjectMapping:对象到 JSONNSDictionary 映射框架

时间:2021-06-04 21:58:27
【文件属性】:
文件名称:JFObjectMapping:对象到 JSONNSDictionary 映射框架
文件大小:46KB
文件格式:ZIP
更新时间:2021-06-04 21:58:27
Objective-C JF对象映射 对象到/从 JSON/NSDictionary 映射框架 用法 运行示例项目; 克隆 repo,然后首先从 Example 目录运行pod install 。 要求 安装 JFObjectMapping 可通过,要安装它,只需添加到您的 Podfile 中: pod "JFObjectMapping" 用法 首先,导入类并实现 +load 方法,例如: #import #import "NSObject+JFObjectMapping.h" @class JFTestSubObject; @interface JFTestObject : NSObject @property(nonatomic, retain) NSNumber *instanceId; @property(nonatomic, re
【文件预览】:
JFObjectMapping-master
----Classes()
--------ios()
----Rakefile(4KB)
----LICENSE(1KB)
----JFObjectMapping.podspec(673B)
----Example()
--------JFObjectMapping.xcodeproj()
--------JFObjectMappingTests()
--------JFObjectMapping()
----README.md(3KB)
----.gitignore(232B)
----CHANGELOG.md(80B)

网友评论