Honest question: Why not just use _msgpack_? E.g. * [https://github.com/jangko/msgpack4nim](https://github.com/jangko/msgpack4nim)
You could argue that a serializer retains object types, but since Nim is not a dynamic language, I don't see the value of that. And I see tremendous value in using a well-known, simple, fairly efficient, easily-parsed binary format.
