pub fn serialize_health_report_json(
input: HealthJsonReportInput<'_>,
) -> Result<Value, Error>Expand description
Serialize a health / complexity report into the stable JSON output contract.
ยงErrors
Returns a serde error when the report cannot be converted to JSON.