pub fn serialize_project_info_programmatic_json(
output: ProjectInfoProgrammaticOutput,
) -> Result<Value, ProgrammaticError>Expand description
Serialize typed project-info output to the stable JSON contract.
ยงErrors
Returns a structured programmatic error when JSON serialization fails.