Skip to main content

serialize_list_json_output

Function serialize_list_json_output 

Source
pub fn serialize_list_json_output<Boundaries, Diagnostic>(
    input: ListJsonOutputInput<Boundaries, Diagnostic>,
    mode: RootEnvelopeMode,
    envelope: ListJsonEnvelope,
) -> Result<Value, Error>
where Boundaries: Serialize, Diagnostic: Serialize,
Expand description

Serialize a typed fallow list --format json payload.

ยงErrors

Returns a serde error when the selected list output cannot be converted to JSON.