2013-04-14から1日間の記事一覧

NSJSONSerializationでJSONをパースする

http://d.hatena.ne.jp/paraches/20120116/1326705736 NSURLRequest *request = [NSURLRequest requestWithURL:[NSURL URLWithString:@"http://192.168.11.3/jsonReplySample.json"]]; NSData *json_data = [NSURLConnection sendSynchronousRequest:request…

iOS6.1でJSONKitを使う

http://wiki.ad-stir.com/ARCアプリに組み込むARCを利用する場合はjsonkit.mターゲットのコンパイラフラグに --fno-objc-arcを指定する。