今回はCOCOAのHttp通信ライブラリASIHTTPRequestとJSONライブラリSBJONを紹介したいと思います。 ASIHttpRequest 英文ドキュメント http://allseeing-i.com/ASIHTTPRequest/How-to-use JSON http://blog.zachwaugh.com/post/309924609/how-to-use-json-in-cocoaobjective-c 基本的な使い方は NSURL *ns_url = [NSURL URLWithString:@“http://test.com”]; ASIFormDataRequest *request = [ASIFormDataRequest requestWithURL:ns_url]; [request setPostValue:user_id forKey:@“