pub fn serialize_list_json_output<Boundaries, Diagnostic>(
input: ListJsonOutputInput<Boundaries, Diagnostic>,
mode: RootEnvelopeMode,
envelope: ListJsonEnvelope,
) -> Result<Value, Error>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.