[erlang-questions] Erlang APIs and JSON

Daniil Churikov ddosia@REDACTED
Sat Aug 31 14:17:10 CEST 2013


I wrote tiny wrapper around exprecs parse_trans [1] that converts json into 
records on the fly. It helps a lot together with jesse [2] (json validation 
tool). json deserealization could be done with help of any library like 
mochijson2 or jsx. Also there is interesting thing called jerg [3]. This 
tool generates hrl files with erlang records from json schemas.

Hope this helps.

[1] https://github.com/uwiger/parse_trans
[2] https://github.com/klarna/jesse
[3] https://github.com/ddossot/jerg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20130831/4e793335/attachment.htm>


More information about the erlang-questions mailing list