Zip the json JSON to a list of bytes.
json
List<int> zipJson(Map<String, dynamic> json) => zipString(toJsonString(json));