pub type Array = Vec<Value>;
JSON array.
A plain Vec<Value>: arrays carry no extra state beyond their items.
Vec<Value>
pub struct Array { /* private fields */ }