JsonArray

Type Alias JsonArray 

Source
pub type JsonArray = Vec<JsonValue>;
Expand description

JSON array type

Aliased Typeยง

pub struct JsonArray { /* private fields */ }