pub fn write_json_pretty(
results: &[TypgFontFaceMatch],
w: impl Write,
) -> Result<()>Expand description
Write results as a single indented JSON array.
pub fn write_json_pretty(
results: &[TypgFontFaceMatch],
w: impl Write,
) -> Result<()>Write results as a single indented JSON array.