Skip to main content

write_json

Function write_json 

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