pub fn render_json5_with_options(
    json: &str,
    writer: &mut impl Write,
    assemble_options: PathAssembleOptions,
    render_options: &RenderOptions
) -> Result<(), RenderJson5Error>
Available on crate feature json5 only.
Expand description

Render the contents of a json5 file to a writer with a specific set of options.