Expand description
Shared JSON output assembly for CLI and programmatic consumers.
Structs§
- Check
Json Extra Outputs - Optional root sections for dead-code JSON envelopes.
- Check
Json Output Input - Inputs for
fallow dead-code --format jsonoutput assembly. - Check
Json Payload Input - Inputs for the dead-code JSON payload without a root envelope.
- Duplication
Json Output Input - Inputs for
fallow dupes --format jsonoutput assembly. - Grouped
Check Json Output Input - Inputs for grouped dead-code JSON output assembly.
- Grouped
Duplication Json Output Input - 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.