Skip to main content

Array

Type Alias Array 

Source
pub type Array = Vec<Value>;
Expand description

JSON array.

A plain Vec<Value>: arrays carry no extra state beyond their items.

Aliased Typeยง

pub struct Array { /* private fields */ }