Function conjure_serde::json::to_writer

source ยท
pub fn to_writer<W, T>(writer: W, value: &T) -> Result<(), Error>
where W: Write, T: ?Sized + Serialize,
Expand description

Serializes a value as JSON into a writer.