jehugaleahsa / mustache-sharp

An extension of the mustache text template engine for .NET.
The Unlicense
306 stars 80 forks source link

Feature Request -- Support {{@key}} placeholder or "dump" object #52

Open zaus opened 9 years ago

zaus commented 9 years ago

Similar to #8, support looping through an object via the {{@key}} and {{this}} placeholders.

Like the SO answer http://stackoverflow.com/questions/9058774/handlebars-mustache-is-there-a-built-in-way-to-loop-through-the-properties-of

Or, a helper that dumps the object (JSON serialized, whatever).

Thanks!