天天看點

TouchJSON的簡單使用

以下是簡單的事例示範從douban movie請求JSON資料并轉為字典對象後對控件指派。

#import "ViewController.h"

#import "CJSONSerializer.h"

#import "CJSONDeserializer.h"

#import "NSDictionary_JSONExtensions.h"