Arrays of Objects
A type of nested array where each element is an object
containing named fields, such as
users[0].username. Access object
fields using structured array syntax with
objectArray:eval() and dot notation (such
as in.key). This is the primary
use case for the objectArray:eval()
function.