[][src]Type Definition json_peek::value::Array

type Array = Item<Vec<Value>>;

Methods

impl Array[src]

pub fn new_array(value: Vec<Value>) -> Self[src]