pub fn write_json<W: Write>( w: &mut W, matches: &MatchSet<'_>, source: &str, args: &ExtractArgs, lang: Lang, path: &Path, scheme: &str, ) -> Result<()>