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: 24 days ago
JSON representation
MessagePack is an extremely efficient object serialization library. It's like JSON, but very fast and small.
- Host: GitHub
- URL: https://github.com/msgpack/msgpack
- Owner: msgpack
- Created: 2010-03-19T02:08:43.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-08-10T11:11:44.000Z (3 months ago)
- Last Synced: 2024-10-01T23:22:34.368Z (about 1 month ago)
- Homepage: http://msgpack.org/
- Size: 2.39 MB
- Stars: 6,978
- Watchers: 234
- Forks: 519
- Open Issues: 90
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-repositories - msgpack/msgpack - MessagePack is an extremely efficient object serialization library. It's like JSON, but very fast and small. (Others)
- awesome-list - msgpack
- awesome-starred - msgpack/msgpack - MessagePack is an extremely efficient object serialization library. It's like JSON, but very fast and small. (others)
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).