Skip to main content

Module json_output

Module json_output 

Source
Expand description

Shared JSON output assembly for CLI and programmatic consumers.

Structs§

CheckJsonExtraOutputs
Optional root sections for dead-code JSON envelopes.
CheckJsonOutputInput
Inputs for fallow dead-code --format json output assembly.
CheckJsonPayloadInput
Inputs for the dead-code JSON payload without a root envelope.
DuplicationJsonOutputInput
Inputs for fallow dupes --format json output assembly.
GroupedCheckJsonOutputInput
Inputs for grouped dead-code JSON output assembly.
GroupedDuplicationJsonOutputInput
Inputs for grouped duplication JSON output assembly.

Functions§

serialize_check_json
Build and serialize dead-code JSON through the API-owned output boundary.
serialize_check_json_payload
Build a dead-code JSON payload without adding a root envelope.
serialize_duplication_json
Build and serialize duplication JSON through the API-owned output boundary.
serialize_grouped_check_json
Build and serialize grouped dead-code JSON through the API output boundary.
serialize_grouped_duplication_json
Build and serialize grouped duplication JSON through the API output boundary.