MessagePack is a fast, compact binary serialization format, suitable for similar data to JSON. This package provides CPython bindings for reading and writing MessagePack data. ok rpointel@
4 lines
176 B
Plaintext
4 lines
176 B
Plaintext
MessagePack is a fast, compact binary serialization format, suitable for
|
|
similar data to JSON. This package provides CPython bindings for reading
|
|
and writing MessagePack data.
|