pub fn serialize_audit_programmatic_json(
output: AuditProgrammaticOutput,
) -> Result<Value, ProgrammaticError>Expand description
Serialize typed audit output into the stable JSON compatibility contract.
ยงErrors
Returns a structured error if one of the audit sections cannot serialize.