[][src]Function wof::json_to_writer

pub fn json_to_writer<W: Write>(json: &JsonValue, writer: &mut W) -> Result<()>

Serialize a JsonValue as a JSON into the IO stream.