Mustache JS Template with JSON Collection

后端 未结 3 1966
眼角桃花
眼角桃花 2020-12-21 15:43

Hi this is my first attempt to use MustacheJS with a JSON webservice in .net

Currently I am struggling I can\'t seem to find what I am doing wrong setting this basic

3条回答
  •  时光取名叫无心
    2020-12-21 16:26

    Per @stealth on this question Mustache.js: Iterate over a list received via json

        {{ #. }}
            {{Name}}
        {{ /. }}
    

    Note the only difference from @stealth's answer is a "#" instead of "/".

提交回复
热议问题