You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: