Type Definition json_syntax::Array

source ·
pub type Array<M = ()> = Vec<Meta<Value<M>, M>>;
Expand description

Array.