Skip to main content

render_json_matrix

Function render_json_matrix 

Source
pub fn render_json_matrix(reports: &[CapabilityReport]) -> Result<String>
Expand description

Render capability reports as JSON using the SDK report shape.

ยงErrors

Returns a JSON serialization error if a report cannot be serialized.