pub type JsonStream = Pin<Box<dyn Stream<Item = Value> + Send>>;
Type alias for JSON stream
pub struct JsonStream { /* private fields */ }