mirror of
https://github.com/pocketpy/pocketpy
synced 2026-05-06 18:23:38 +00:00
12 lines
278 B
Markdown
12 lines
278 B
Markdown
!!!
|
|
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.
|