pub fn serialize_health_programmatic_json(
output: HealthProgrammaticOutput,
) -> Result<Value, ProgrammaticError>Expand description
Serialize typed health / complexity output into the JSON compatibility contract.
ยงErrors
Returns a structured error if the health output contract cannot be serialized.