pub fn stream_json_array<S, B>(stream: S) -> JsonArrayStream<S, B>where S: Stream<Item = B>, B: IntoIterator<Item = u8> + Sized,