JSON到NSObject的映射库Motis.zip
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
下载地址
用户评论