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