Type Alias json_syntax::array::Array

source ·
pub type Array = Vec<Value>;
Expand description

Array.

Aliased Type§

struct Array { /* private fields */ }