[][src]Function sval_json::to_writer

pub fn to_writer<W>(writer: W, v: impl Value) -> Result<W, Error> where
    W: Write

Write a sval::Value to a writer.