Function cjson::to_writer[][src]

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

Serialize the given data structure as canonical JSON into the IO stream.