tenzir / public-roadmap

The public roadmap of Tenzir
https://docs.tenzir.com/roadmap
4 stars 0 forks source link

MsgPack Format #106

Closed mavam closed 8 months ago

mavam commented 1 year ago

MsgPack is JSON in binary, with a slightly richer and customizable type system.

### Definition of Done
- [ ] Define a mapping of types ot MsgPack types
- [ ] Consider reviving our old MsgPack code
- [ ] Implement a `msgpack` parser
- [ ] Implement a `msgpack` printer
dominiklohmann commented 8 months ago

We have no need for this currently.