pub fn to_writer<W>(writer: W, value: &[Item]) -> Result<()>where W: Write,
Serialize the given CSL items as JSON into the IO stream.