erlson
erlson copied to clipboard
Erlang Simple Object Notation - dynamic name-value dictionary data type and syntax for Erlang
Syntax
Hi Alavrik, I would like to use your library for a project. I have looked through your code and tested it and I like it overall. I have one small...
I was wondering if it is possible to implement the simple pattern matching cases like: ``` erlang case X of #{a = A, b = B} -> true #{a =...
This library would be definitely better if you would allow custom JSON encoder/decoder behaviour. For example, one can use a JAX.