print_json

Function print_json 

Source
fn print_json(
    checks: &[Check],
    pass: usize,
    warn: usize,
    fail: usize,
    quiet: bool,
)