lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hello list,

The Concise Binary Object Representation (RFC 7049) is a data format
whose design goals include the possibility of extremely small code size,
fairly small message size, and extensibility without the need for
version negotiation.

It's a pure Lua implementation, without dependency.

This implementation is based on my previous work on
http://github.com/fperrad/lua-MessagePack

The homepage is at http://fperrad.github.io/lua-ConciseSerialization/.

Comments and feedback are welcome.

François

Note: the documentation is powered by MkDocs