我的代碼:JSON解析問題
NSString *jsonString;
jsonString = [[NSMutableString alloc] initWithData:responseData encoding:NSUTF8StringEncoding];
// Create a dictionary from the JSON string
NSDictionary *results = [jsonString JSONValue];
NSLog(@"%@",jsonString);
// Build an array from the dictionary for easy access to each entry
NSArray *places = [results objectForKey:@"description"];
我沒有得到結果我想要的。 當我調試代碼時,我得到2個鍵/值對的NSArray地方的對象。
鏈路:HTTPS:?//maps.googleapis.com/maps/api/place/autocomplete/json輸入=肖拉普爾&傳感器=真鍵= AIzaSyC0K5UhV_BWmXhncIZEnbh-WG2RVQVgfdY – anjum 2012-02-06 12:20:13