pub type StatementList = MapList<Statement>;
A list of statements. In JSON, this may be an object or an array of objects.
pub struct StatementList { /* private fields */ }