pub fn stream_to_io_write(io: impl Write, v: impl Value) -> Result<(), Error>
Expand description

Stream a value as JSON to an underlying writer.