pub fn write<W, I>(writer: &mut W, blocks: I) -> Result<(), ArrowError> where
W: Write,
I: FallibleStreamingIterator<Item = [u8], Error = ArrowError>,
Expand description
Writes valid JSON from an iterator of (assumed JSON-encoded) bytes to writer