M42PL encoders provides support for events casting from and to foreign
data formats such as JSON
, MessagePack
, BSON
, etc.
git clone https://github.com/jpclipffel/m42pl-encoders
pip install m42pl-encoders
Aliases | Module | Description |
---|---|---|
json |
_json.py |
Encodes to and decodes from JSON strings |
msgpack |
_msgpack.py |
Encodes to and decodes from MsgPack bytes array |