pub fn serialize_grouped_check_json(
input: GroupedCheckJsonOutputInput<'_>,
) -> Result<Value, Error>Expand description
Build and serialize grouped dead-code JSON through the API output boundary.
ยงErrors
Returns a serde error when the typed envelope cannot be converted to JSON.