# msgpack

# msgpack.loads(data: bytes)

Decode a msgpack bytes into a python object.

# msgpack.dumps(obj) -> bytes

Encode a python object into a msgpack bytes.