lua-users home
lua-l archive

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


Hello,

Announcing lua-yajl release v2.0 and v1.3:

https://github.com/brimworks/lua-yajl

v2.0 is compatible with the 2.x version of the YAJL library [1].
v1.3 is compatible with 1.x version of the YAJL library [1].

Changes (Thanks to these contributors!):

 * Alexander Gladysh provided rockspecs.
 * agentzh fixed a bug when dealing with strings that are convertible
to numbers.
 * agentzh found a memory leak (and I fixed it).

This MIT-licensed Lua module binds yajl[1] C library used for parsing
JSON and generating JSON.  YAJL is set apart from it's peers[2] by the
encoding and decoding speed and the support for "streaming" (aka write
your own event handlers).

Rockspecs:

  https://github.com/brimworks/lua-yajl/raw/master/rockspecs/lua-yajl-scm-1.rockspec
  https://github.com/brimworks/lua-yajl/raw/master/rockspecs/lua-yajl-2.0-1.rockspec
  https://github.com/brimworks/lua-yajl/raw/v1.x/rockspecs/lua-yajl-1.3-1.rockspec

Thanks,
-Brian

[1] — https://github.com/lloyd/yajl
[2] — http://lua-users.org/wiki/JsonModules

-- 
Brian Maher >> Glory to God <<