pub fn serialize_check_json_payload(
input: CheckJsonPayloadInput<'_>,
) -> Result<Value, Error>Expand description
Build a dead-code JSON payload without adding a root envelope.
ยงErrors
Returns a serde error when the typed envelope cannot be converted to JSON.