Efficient binary serialization, like JSON but smaller and faster
MessagePack is an efficient binary serialization format, which lets you exchange data among multiple languages like JSON, except that it's faster and smaller. Small integers are encoded into a single byte and short strings require only one extra byte in addition to the strings themselves.
$
pkg install msgpack-cOrigin
devel/msgpack-c
Size
165KiB
License
BSL
Maintainer
adamw@FreeBSD.org
Dependencies
0 packages
Required by
5 packages