Restkit映射0.2

时间:2012-12-10 08:53:07

标签: ios ipad restkit

如何在Restkit 2.0中映射这样的json。我找不到教程和以前版本的所有教程。我知道它是如何在0.10.0中完成但是不知道如何在0.20.0中执行此数组和嵌套数组

 {
      "days" : [
        {
          "day" : 1,
          "id" : 1,
          "set1" : [
            {
              "exercise_id" : 1,
              "exerciseunits" : [
                {
                  "count" : 3,
                  "id" : 1,
                  "weight" : 60
                }
              ],
              "id" : 1,
              "name" : null,
              "subbodypart_id" : 1,
              "subbodypartname" : "Chest"
            }
          ]
        }
      ],
      "description" : "desc",
      "id" : 1,
      "name" : "asdfg"
    }

1 个答案:

答案 0 :(得分:0)

使用更新的documentation in the wiki关于对象映射。除此之外,您还可以使用嵌套对象的示例(例如Twitter核心数据)下载当前的RestKit主文件。