pub fn export_json( storage: &Storage, crawl_id: &str, pretty: bool, ) -> Result<String, ExportError>
Export crawl data to a structured JSON value.