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ยง
- Json
Cleanup Result - Results of a cleanup operation.
- Json
Output - Top-level JSON output emitted when
--jsonis active. - Json
Project Entry - A single project entry in the JSON output.
- Json
Summary - Aggregated summary across all matched projects.
- Json
Type Summary - Per-project-type count and size.