Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有任何转换器用于将 JSON Web 服务转换为使用 SOAP 协议的目标 C 代码(如 Sudzc)。
NSDictionary *dictionary = [NSJSONSerialization JSONObjectWithData:data options:kNilOptions error:&error];
另外,如果您想了解更多详细信息....检查这些
使用 yajl、JSONKit 或 iOS5 JSON 等工具将 JSON 字符串转换为 NSDictionary
使用Jastor 之类的工具将此 NSDictionary 转换为具有类型属性、嵌套属性、数组等的真正 Objective-C 类。
苹果文档。