pub fn format_json_fast( w: &mut dyn Write, br: &mut BufReader<&mut dyn Read>, indent: &mut Indent, ) -> Result<()>