0

如何json在 Restkit 2.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"
    }
4

1 回答 1

0

使用wiki 中有关对象映射的更新文档。不仅如此,您还可以下载当前带有示例(例如 Twitter 核心数据)的 RestKit master,其中也使用了嵌套对象。

于 2012-12-10T09:05:40.497 回答