Django/Python zlib Compress Json - Uncompress JS Client Size

后端 未结 0 1102
我在风中等你
我在风中等你 2020-11-30 12:54

I\'m compressing json in Python using the following code:

chartDataListJsonCompressed = zlib.compress(str.encode(chartDataListJson))

Then I s

相关标签:
回答
  • 消灭零回复
提交回复
热议问题