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
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 "/".