yakaz / yamerl

YAML 1.2 and JSON parser in pure Erlang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add options to return maps and strings as binaries

fenollp opened this issue · comments

Found the str_node_as_binary option after a while.

Will probably add maps support later on, as that requires some changes to the build system. Also, is this project still alive?

Hi! Yes, it's still alive, I just lack free time to work on real improvements. However, contributions are welcome :-)

I prepared a patch (see the link above). I only tested it locally with Erlang 19.3 using the existing testsuite. I didn't even try to use that option yet and the testsuite needs new testcases.

Works like a charm :)

Release 0.6.0 was published to Hex.pm.

Thanks!