Module arrow2::io::json::write

source ·
Available on crate feature io_json only.
Expand description

APIs to write to JSON

Structs

An iterator which wraps a normal Iterator.
An iterator over no items.
An iterator which filters elements with a predicate.
An iterator which is well-behaved at the beginning and end of iteration.
An iterator which applies a transform to elements.
An iterator which applies a transform to errors.
An iterator which applies a transform to elements.
FallibleStreamingIterator that serializes a Chunk into bytes of JSON in a (pandas-compatible) record-oriented format.
FallibleStreamingIterator that serializes an Array to bytes of valid JSON
An iterator which skips a number of initial elements.
An iterator which skips initial elements matching a predicate.
An iterator which only returns a number of initial elements.
An iterator which only returns initial elements matching a predicate.

Traits

A fallible, streaming iterator which can be advanced from either end.
A fallible, streaming iterator.

Functions

Converts a normal Iterator over Results of references into a FallibleStreamingIterator.
Returns an iterator over no items.
Writes valid JSON from an iterator of (assumed JSON-encoded) bytes to writer