JSON files are pretty verbose and can get huge. Gzipping them is an easy way to
compress them with a good rate (I have a 71MB STAM json file which compresses
to 3.2MB when gzipped (2.8MB when bzip2)).
Implement support in the library for reading and writing gzipped json files,
simply by detecting the json.gz extension.
JSON files are pretty verbose and can get huge. Gzipping them is an easy way to
compress them with a good rate (I have a 71MB STAM json file which compresses
to 3.2MB when gzipped (2.8MB when bzip2)).
Implement support in the library for reading and writing gzipped json files,
simply by detecting the
json.gzextension.