【发布时间】:2014-02-03 17:16:06
【问题描述】:
我有这个 JSON 文档:
[
{
"category": "Para los invitados",
"items": [
{
"title": "Invitaciones",
"subtitle": "Sobres, imprenta",
"items": [
"Invitaciones",
"Sobres",
"Coste envío invitaciones",
"Tarjetas de agradecimiento",
"Sobres para tarjetas de agradecimiento",
"Coste de envío tarjetas de agradecimiento"
]
},
<three elements more...>
]
},
<two elements more...>
]
如何使用 MagicalRecord 导入此文档?谁能贴个例子?
谢谢!
【问题讨论】:
-
是的,但我需要一些帮助来创建关系(CoreData 模型中的 userInfo 属性?)。你能帮我吗?
标签: ios iphone json magicalrecord