Structured Array Syntax
A special notation for accessing fields within arrays of objects
and arrays of arrays. Provides dot notation (such as
in.key) for accessing object
fields and bracket notation (such as
in[0]) for indexing. Used
primarily with the objectArray:eval()
function. This refers to the access method, not a data type.