/CCModel

自动ORM

Primary LanguageObjective-C

CCModel

在json 和 模型之间 快速进行映射

API

CCGHUser *model = [CCGHUser cc_modelFromJson:data];  //json  ->  Model
NSLog(@"%@",[model cc_modelToDictionary]);   //model  ->  Dic