mirror of
https://github.com/pocketpy/pocketpy
synced 2025-11-12 06:30:17 +00:00
316 B
316 B
| icon | label |
|---|---|
| package | msgpack |
!!!
This module is optional. Set option PK_BUILD_MODULE_MSGPACK to ON in your CMakeLists.txt to enable it.
!!!
msgpack.loads(data: bytes)
Decode a msgpack bytes into a python object.
msgpack.dumps(obj) -> bytes
Encode a python object into a msgpack bytes.