&tag(JSON Framework); &tag(Objective-C, iPhoneSDK, JSON Framework); *目次 [#jf736c7d] #contents *参考情報 [#l000125d] -[[json-framework - Project Hosting on Google Code:http://code.google.com/p/json-framework/]]…公式 -[[Objective-CのJSON Frameworkを使ってTwitterの情報等を取得する方法 - Tomute’s Notes:http://d.hatena.ne.jp/tomute/20090518/1242687954]] -[[[iPhone] JSON Framework の使い方(準備編) | Sun Limited Mt.:http://www.syuhari.jp/blog/archives/1146]] -[[[iPhone] JSON Framework の使い方(解析編) | Sun Limited Mt.:http://www.syuhari.jp/blog/archives/1153]] *プロジェクトへの組み込み方 [#o8a310d9] **ダウンロード [#u236b137] -http://code.google.com/p/json-framework/からdmgファイルをダウンロードし展開する。 -install.rtfにある通りプロジェクトの組み込み方には二通りある。 **その1: JSONファイルをプロジェクトにコピーする方法 [#zc50c77b] -JSONフォルダの中にあるファイルをClassesグループの中にドロップする。コピーすること。 -ソースファイルで#import "JSON.h"を呼び出す。 **その2: iPhoneカスタムSDKを使う(PENDING) [#x98e5b26]