[][src]Function wof::json_to_writer_pretty

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

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