Source code
MessagePack is an efficient binary serialization format. It's like JSON. but fast and small. This repository manages specification of MessagePack format. See Spec for the specification. Implementation projects have each own repository. See msgpack.org website to find implementations and their documents. If you'd like to show your msgpack implementation to the msgpack.org website, please follow the website document.
Excerpt from the source-code README · 541 chars · not written by Vinony
Wikidata facts
- Official website
- msgpack.org
Show 7 more facts
- described at URL
- raw.githubusercontent.com/kaitai-io/kaitai_struct_formats/master/serialization/msgpack.ksy
- copyright license
- Apache License
- source code repository URL
- github.com/msgpack/msgpack
- media type
- application/vnd.msgpack
- software version identifier
- 0.3.3
- manifestation of
- semi-structured data
- publication date
- 2008-08-16
via Wikidata · CC0
Article · 日本語
MessagePack(メッセージパック)は、バイナリ形式のデータ交換用フォーマット。配列や連想配列などの単純なデータ構造を表現できる。可能な限りコンパクトでシンプルになることを目指している。C言語、C++、C#、D言語、Erlang、Go、Haskell、Java、JavaScript、Lua、OCaml、Perl、PHP、Python、Ruby、Scala、Smalltalk、Swiftなどのプログラミング言語の実装が存在する。
Abstract from DBpedia / Wikipedia · CC BY-SA