<div dir="ltr">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.<br><br>Hope this helps.<br><br>[1] https://github.com/uwiger/parse_trans<br>[2] https://github.com/klarna/jesse<br>[3] https://github.com/ddossot/jerg<br></div>