pub fn render_json_with_options(
    json: &str,
    writer: &mut impl Write,
    assemble_options: PathAssembleOptions,
    render_options: &RenderOptions
) -> Result<(), RenderJsonError>
Available on crate features serde and serde_json only.
Expand description

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