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

Stream a value as JSON to an underlying formatter.