我正在从服务器加载JSON,发现非常奇怪的类型名称,并且不知道如何处理它 
什么struct _lldb_autogen_pair意思,为什么它在那里,当JSON是:
原版的:
{
"2011.10.06": [
{
"place":"home",
"role":0,
"title":"abc"
}
],
}
Run Code Online (Sandbox Code Playgroud)
更新 我有AFHTTPRequestOperationManager的单例子类,所以我做
client = [[VZWebClient alloc] initWithBaseURL:[NSURL URLWithString:kVZWebClientHostName]];
client.responseSerializer = [AFJSONResponseSerializer serializer];
Run Code Online (Sandbox Code Playgroud)
在NSLOG,没有任何惊喜,一切都好