pub fn new_json_writer<W: Write + Sync + Send + 'static>(
    w: W
) -> Box<dyn Writer>
Expand description

Creates a new JSONWriter instance with a given std::io::Write instance.