This module provides a JSON-based codec implementation that uses the zlib module to reduce the encoded flash footprint.
Bases: djangoflash.codec.json_impl.CodecClass
JSON/zlib-based codec implementation.
Restores the flash from the given zlib compressed JSON string.
Encodes the given flash as a zlib compressed JSON string.
See also