Struct serde_json::builder::ArrayBuilder [] [src]

pub struct ArrayBuilder { /* fields omitted */ }

This structure provides a simple interface for constructing a JSON array.

Methods

impl ArrayBuilder
[src]

Construct an ObjectBuilder.

Return the constructed Value.

Insert a value into the array.

Creates and passes an ArrayBuilder into a closure, then inserts the resulting array into this array.

Creates and passes an ArrayBuilder into a closure, then inserts the resulting object into this array.

Trait Implementations

impl Default for ArrayBuilder
[src]

Returns the "default value" for a type. Read more