Ramblings about projects I work on during my "copious free time" (CFT).
Monday, March 11, 2013
Another Weekend hack: BSON in Lua
I don't use MongoDB, but I'm doing some BSON (instead of JSON), so I whipped up a BSON implementation in pure Lua (because no one else has seemed to have done this).
The files are here: https://github.com/tcoram/bson-lua
No comments:
Post a Comment