Hi Xavier,
> Found that having keys actually works:
>
> $someProperty = array('key1' => 'value1', 'key2' => 'value2');
>
> {myObject.someProperty.key1}
Exactly :-) In fact, if your array has numeric keys, the numbers
should work as well...
Greets
Sebastian