Antaris / FuManchu

Handlebars/Mustache templating in .NET
22 stars 12 forks source link

Limit property processing through attributes #19

Open BravoTango86 opened 8 years ago

BravoTango86 commented 8 years ago

When processing user generated content, it would be useful to limit the processing of properties through attributes.

Json.NET supports something similar through the MemberSerialization flag (http://www.newtonsoft.com/json/help/html/serializationattributes.htm) and it would be great if FuManchu could to.

Cheers!