lua-users home
lua-l archive

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


* John Passaniti:

> What I'm looking for is if anyone has done this kind of thing before
> and what kind of representation you came up with.

Apache Avro uses JSON to express the structure of binary messages in
quite a similar way.  You could also look at other IDLs for
inspiration, in particular Apache Etch, Apache Thrift, Google Protocol
Buffers.