Skip to main content

Module output

Module output 

Source
Expand description

Structured JSON output for scripting and piping.

This module provides serializable data structures that represent the complete output of a scan or cleanup operation. When the --json flag is passed, these structures are serialized to stdout as a single JSON object, replacing all human-readable output.

Structsยง

JsonCleanupResult
Results of a cleanup operation.
JsonOutput
Top-level JSON output emitted when --json is active.
JsonProjectEntry
A single project entry in the JSON output.
JsonSummary
Aggregated summary across all matched projects.
JsonTypeSummary
Per-project-type count and size.