Skip to main content

write_json

Function write_json 

Source
pub fn write_json(
    verdict: &Verdict,
    custom_patterns: &[String],
    w: impl Write,
) -> Result<()>
Expand description

Write verdict as JSON to the given writer.