Type Definition json_syntax::Array

source · []
pub type Array<S, P = Span> = Vec<Loc<Value<S, P>, S, P>>;
Expand description

Array.