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