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.
我有一个 WS Witch 返回给我一个 JSON 结构。我想用 JSON 创建数据结构(类、对象)并创建代表 JSON 结构的 CoreData 模型。有什么建议吗?帮助 ?
谢谢你的回答。
我之前也有类似的要求,我用这个博客作为我的指南。您显然必须创建一个数据模型,其属性映射到传入的 JSON 结构。上面的博客也包含了一些特殊情况,所以如果不是完整的,应该是通过参考。它至少会给你一个很好的提示,你可以下一步去哪里!