zip property

bool zip
getter/setter pair

Is data to be compressed (zipped) before storing in a file. True as default.

If zipped, the JSON file will be reduced to 1/5 of its size. For example, the 500 KB buffer typically is reduced to ~100 KB.

Implementation

bool zip = true;