1. 首页
  2. 移动开发
  3. 其他
  4. JSON到NSObject的映射库Motis.zip

JSON到NSObject的映射库Motis.zip

上传者: 2020-07-19 18:45:29上传 ZIP文件 5.05MB 热度 25次
Motis 使用 Cocoa 的 KVC 实现了智能的 JSON 到 NSObject 对象的映射。 示例代码: // --- User.h --- // @interface User : NSObject @property (nonatomic, strong) NSString *name; @property (nonatomic, assign) NSIntger userId; @property (nonatomic, strong) NSDate *creationDate; @property (nonatomic, strong) NSURL *website; @p
下载地址
用户评论