如何在Mustache模板中获取JSON?

时间:2018-10-13 06:46:10

标签: arrays json mustache

我想将给定的JSON数据获取到胡子模板。

{
  "1": {
    "feedbackid": "1",
    "name": "Harshad",
    "email": "harshadbindra@gmail.com",
    "message": "asdasdf"
  },
  "2": {
    "feedbackid": "2",
    "name": "Tom",
    "email": "tom@gmail.com",
    "message": "test"
  },
  "3": {
    "feedbackid": "3",
    "name": "Harshad",
    "email": "harshadbindra@gmail.com",
    "message": "asdfasdfas"
  }
}

所有这些数据都包含在变量$ data中。那么,如何在.mustache文件中访问它?

谢谢。

0 个答案:

没有答案