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