Compressing the exported JSON using gzip results in a ~ 75% reduction in size. 1. Do we need to compress these ourselves, or are they compressed between GitHub and the client? 2. How best to decompress, maybe using the [Compression Streams API](https://developer.mozilla.org/en-US/docs/Web/API/Compression_Streams_API)?
Compressing the exported JSON using gzip results in a ~ 75% reduction in size.