Skip to content
Henk van Cann edited this page Jul 7, 2023 · 1 revision

Definition

MessagePack is a computer data interchange format. It is a binary form for representing simple data structures like arrays and associative arrays. MessagePack aims to be as compact and simple as possible. The official implementation is available in a variety of languages

More on Wikipedia

MessagePack

Clone this wiki locally