[][src]Type Definition json_spanned_value::spanned::Array

type Array = Spanned<Vec<Value>>;

Owned array like [1,2,3] + span information