pub type Array<'value> = Vec<Value<'value>>;
Representation of a JSON array
struct Array<'value> { /* private fields */ }