Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/msgpack/msgpack

MessagePack is an extremely efficient object serialization library. It's like JSON, but very fast and small.
https://github.com/msgpack/msgpack

Last synced: about 1 month ago
JSON representation

MessagePack is an extremely efficient object serialization library. It's like JSON, but very fast and small.

Lists

README

        

MessagePack
===========

MessagePack is an efficient binary serialization format. It's like JSON. but fast and small.

This repository manages specification of MessagePack format. See [Spec](spec.md) for the specification.

Implementation projects have each own repository. See [msgpack.org](http://msgpack.org/) website to find implementations and their documents.

If you'd like to show your msgpack implementation to the [msgpack.org](http://msgpack.org/) website, please follow the [website document](https://github.com/msgpack/website).