williamthome / euneus

An incredibly flexible and performant JSON parser, generator and formatter in pure Erlang.
https://hex.pm/packages/euneus
Apache License 2.0
22 stars 2 forks source link

Change encode return and implement specs #7

Closed williamthome closed 10 months ago

williamthome commented 10 months ago

Close #3

This PR changes the encode return to ok | error tuple to maintain consistency between encode and decode functions. Also, introduces specs and enables dialyzer in CI.