Skip to main content

serialize_combined_json

Function serialize_combined_json 

Source
pub fn serialize_combined_json(
    input: CombinedJsonOutputInput<'_>,
) -> Result<Value, Error>
Expand description

Build and serialize bare combined JSON through the API output boundary.

ยงErrors

Returns a serde error when any typed section cannot be converted to JSON.