I\'m compressing json in Python using the following code:
chartDataListJsonCompressed = zlib.compress(str.encode(chartDataListJson))
Then I s