pub fn render_json_to_writer<W: Write>(
graph: &LineageGraph,
sql_contents: Option<&HashMap<String, String>>,
fields: &HashSet<String>,
w: &mut W,
pretty: bool,
) -> Result<()>Expand description
Render the lineage graph as JSON to the given writer.