compression property

String? compression
getter/setter pair

Compression of the loaded JSON file. Possible string values are:

  • "JSON_COMPRESSION_UNSPECIFIED" : Unspecified json file compression.
  • "NO_COMPRESSION" : Do not compress JSON file.
  • "GZIP" : Gzip compression.

Implementation

core.String? compression;