[][src]Function wof::object_to_writer

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

Serialize an Object as a JSON into the IO stream.