//! JSON reporter
//!
//! Outputs the full HealthReport as pretty-printed JSON.
//! Useful for machine consumption, piping to jq, or further processing.
use crateHealthReport;
use Result;
/// Render report as JSON
/// Render report as compact JSON (single line)