pub fn encode_to<T: Serialize, W: Write>(value: &T, writer: W) -> Result<()>
Serialize pretty-printed JSON into a writer.