Skip to main content

serialize_check_json_payload

Function serialize_check_json_payload 

Source
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.