Xcode 6.1.1。目标C。
我在以后转换为NSDictionary
之前使用以下代码获取JSON
。在此行之后的断点期间,我在字符串'dataTypeValue'之前得到了奇怪的 extra '\ b',我尝试使用其他字符串在前面给出了相同的额外位。任何想法?
NSDictionary *jsonDictionary = [NSDictionary dictionaryWithObjects:[NSArray arrayWithObjects:deviceInfoKey,deviceInfoData,dataTypeKey,actualData, nil]
forKeys:[NSArray arrayWithObjects:@"deviceInfoKey",@"deviceInfoData",@"dataTypeKey",@"dataTypeValue", nil]];