drobakowski / awesome-erlang

A curated list of awesome Erlang libraries, resources and shiny things.
1.64k stars 209 forks source link

Added rec2json as alternative to jsonrec. #64

Closed lordnull closed 6 years ago

lordnull commented 7 years ago

The two libraries have similar goals, and were started at about the same time. However, rec2json is still actively maintained, and has mechanisms to allow user defined types to be converted.

drobakowski commented 6 years ago

@lordnull great, thanks for your addition! This reminds me a little of exprecs without the json transformation part. :) 👍 As the alternative library jsonrec doesn't look really maintained anymore I've removed it to clear the list a little bit up. If somebody would like to see jsonrec back in the list please feel free to create a PR. Thanks again @lordnull