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