It's a set of Erlang "helper" modules, nothing any more.
Inside "deps" directory of your OTP application, for example:
$ git clone git@github.com:leandrosilva/erl_helpers.git
$ cd erl_helpers
$ make ungit
$ make
And finally, put it in the code path of your application and enjoy it.
These modules mochijason2 and struct weren't built by me. However I added three new functions in struct: from_json/1, from_json/2, to_json/1.
There's no formal LICENSE. Use as you want!
Copyright (c) 2011 Leandro Silva (CodeZone) leandrodoze@gmail.com.