google / escapevelocity

A subset reimplementation of Apache Velocity with a much simpler API.
Apache License 2.0
33 stars 11 forks source link

Add support for map literals. #45

Closed copybara-service[bot] closed 1 year ago

copybara-service[bot] commented 1 year ago

Add support for map literals.

In an expression context, you can write {key1: value1, key2: value2}.

RELNOTES=Map literals are now supported, such as {23: 'skidoo'}.