LoginSignup
7
7

More than 5 years have passed since last update.

Mustache Hoganで配列内のキーの無い値の取得

Posted at

{{.}}で取得する

area.json
{"response":{"area":["\u5317\u6d77\u9053","\u6771\u5317","\u95a2\u6771","\u4e2d\u90e8","\u8fd1\u757f","\u4e2d\u56fd","\u56db\u56fd","\u4e5d\u5dde"]}}
    {{#response}}
    {{#area}}
    {{.}}
    {{/area}}
    {{/response}}
7
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
7