Skip to content

Implement gzip support #12

@proycon

Description

@proycon

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.

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions