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.
如何将 wbxml 数据转换为 json 格式。
我想说获得公平答案的最佳机会是尝试自己搜索一下,但由于我是个好人,我会给你一些链接。
您将需要一个外部框架来解析WBXML-data,我建议使用这个。我不太了解该框架,但如果您能够解析 XML 数据并将其存储在NSDictionaryorNSMutableDictionary中,则可以将其转换为 JSON,如 Apple 的类参考中所述NSJSONSerialization。
WBXML
NSDictionary
NSMutableDictionary
NSJSONSerialization