Function wavedrom::render_json5

source ·
pub fn render_json5(
    json: &str,
    writer: &mut impl Write
) -> Result<(), RenderJson5Error>
Available on crate feature json5 only.
Expand description

Render the contents of a json5 file to a writer.