pub fn render_index_json(index: &RepositoryIndex) -> StringExpand description
JSON decided index output — json.dumps(index.to_dict(), indent=2)
(ensure_ascii default; identity-only contract, ADR-007).
pub fn render_index_json(index: &RepositoryIndex) -> StringJSON decided index output — json.dumps(index.to_dict(), indent=2)
(ensure_ascii default; identity-only contract, ADR-007).