如何在Ionic 2 Angular 2中解析.JSON文件

时间:2016-10-31 04:31:09

标签: json parsing typescript ionic-framework ionic2

我需要有关Ionic 2的帮助,我可以在Ionic 1上进行此操作,因此在此更新中是不可能的,我想解析来自JSON文件的数据:

{
  "-KVNx9n6hIKfp0ELMDTH": {
    "complete": "Some content",
    "content": "Some subtitle",
    "date": "1 ENE",
    "id": "1",
    "image": "Imagen",
    "title": "Some title"
  }
}

到我的Home.ts(打字稿)脚本,我想在Ion-card上显示图像项

我需要帮助!

非常感谢。 :)

0 个答案:

没有答案