Array items are individually accessed and mutated using the dot notation of identifiers described above. Literal array values may be specified in the template by surrounding the array items in square brackets ([
and ]
).
An array item may be either a simple expression or a name/value pair separated by a colon (:
). Array items are themselves separated with commas. Item names may be any expression which resolves to a string or integer.