[][src]Function wof::object_to_writer_pretty

pub fn object_to_writer_pretty<W: Write>(
    object: &JsonObject,
    writer: &mut W
) -> Result<()>

Serialize an Object as a WOF pretty-printed JSON into the IO stream.