afscrome / IronVelocity

A wrapper around NVelocity (a port of Apache Velocity) using the DLR to provide higher performance template execution.
MIT License
6 stars 1 forks source link

Dictionary Expression support #14

Closed afscrome closed 9 years ago

afscrome commented 9 years ago

Add native support for dictionaries (as in velocity 1.7) e.g. { 'key' : 'value', 'other': 123} .

This would allow for the obsoletion / removal of the nvelocity dictionary strings "%{}" which have some rather funky characteristics.