Expand description
Export renderers for a ReviewDocument: Markdown, CSV, and the
canonical JSON. Pure string builders โ deterministic given the document
(which ReviewDocument::sort keeps in canonical order).
Functionsยง
- to_csv
- Spreadsheet export: RFC 4180 (quoted fields, CRLF line endings). One row
per comment โ the document-level verdict lives in the JSON and Markdown
exports, not here.
resolved_atis empty for open comments. - to_json
- Lossless export: the canonical pretty JSON of the whole document. This is
the only format
merge/import accepts back. - to_
markdown - Human/agent-friendly export: comments grouped by file.