pub fn build_audit_header_json(
input: AuditJsonHeaderInput,
) -> Result<Value, Error>Expand description
Build the audit header JSON object used by review brief output.
ยงErrors
Returns a serde error if one of the typed header fields cannot be converted to JSON.