json 만들기 썸네일형 리스트형 [iphone] create Json like twiiter json iPhone SDK: First Steps With JSON Data Using the Twitter API http://mobile.tutsplus.com/tutorials/iphone/iphone-json-twitter-api/을이용하여 NSDictionary *contactData = [NSDictionary dictionaryWithObjectsAndKeys: textf1.text, @"value1", textf2.text, @"value2", textf3.text, @"value3", nil]; NSDictionary *finalData = [NSDictionary dictionaryWithObject:contactData forKey:@"contact"]; NSString *newJSON = .. 더보기 이전 1 다음