[][src]Function colored_json::write_colored_json_with_mode

pub fn write_colored_json_with_mode<W>(
    value: &Value,
    writer: &mut W,
    mode: ColorMode
) -> Result<()> where
    W: Write