summaryrefslogtreecommitdiffstats
path: root/python/msgpack-python/README
blob: 023d3f545eaba110912e37d7ee60d830678960b7 (plain)
1
2
3
4
5
6
7
8
It's like JSON.
but fast and small.
MessagePack is an efficient binary serialization format. It lets you exchange
data among multiple languages like JSON. But it's faster and smaller.
Small integers are encoded into a single byte, and typical short strings require
only one extra byte in addition to the strings themselves.

Optional dependency: python3