Skip to main content

serialize_check_json

Function serialize_check_json 

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