我使用此代码使用 Cocoa SDK https://github.com/cocoafish/cocoafish-ios-sdk在 ACS(Appcelerator 云服务)中为自定义对象获取 Json
if ([response.meta.methodName isEqualToString:@"showObjects"]) {
NSArray *institucional = [response.response objectForKey:@"Institucional"];
NSString *strinstitucional = [institucional objectAtIndex:0];
}
我的问题是 NSString strinstitucional JSON 无效。他更改 : for = 并删除某些参数的引号。这个对吗?
我是客观的菜鸟
谢!