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