Function wavedrom::render_json

source ·
pub fn render_json(
    json: &str,
    writer: &mut impl Write
) -> Result<(), RenderJsonError>
Available on crate features serde and serde_json only.
Expand description

Render the contents of a json file to a writer.