Skip to main content

render_json

Function render_json 

Source
pub fn render_json(diff: &DiffReport) -> String
Expand description

Deterministic JSON output. Mirrors diff.py::render_json, reusing json_output::write_value for the same json.dumps-compatible serialization.