2013-01-01 103 views

回答

2
NSDictionary *dictionary = [NSJSONSerialization JSONObjectWithData:data options:kNilOptions error:&error]; 

此外,如果你想有更多的細節....檢查這些

  1. 使用像yajl,JSONKit或iOS5的JSON

  2. 使用的工具轉換的JSON字符串成一個NSDictionary像Jastor這樣的工具將此NSDictionary轉換爲具有類型屬性,嵌套屬性,數組等的真實Objective-C類。

  3. Apple documentation.