ej
ej copied to clipboard
Helper module for working with Erlang terms representing JSON
Hello :) It would be really nice to be able to pull this package from Hex.pm :) Here's how it can be published there: http://www.rebar3.org/docs/publishing-packages Please let me know if...
before this commit it was throwing an error: ``` {error, {index_for_non_list,{1,[]}}, [{ej,get_value,2,[{file,"src/ej.erl"},{line,157}]} ```
I've had issues compiling ej using Erlang 19.1 due to compilation errors in edown Updating the repo link to the uwiger/edown seems to fix the issue
tag 0.0.3 is almost 2 years old
``` ej:get({}, jiffy:decode(, [return_maps])). ** exception error: {index_for_non_list,{,#{ => 1}}} in function ej:get_value/2 (src/ej.erl, line 116) in call from ej:get0/2 (src/ej.erl, line 77) ```
Sametime i has response with JSON suchlike: ``` {"results":null} ``` and i have a problem when try `ej:get({"results", 1, "Subject"}, DecodeJSON).` How fix this error: ``` {{index_for_non_list,{1,null}}, [{ej,get_value,2,[{file,"src/ej.erl"},{line,151}]}, {ej,get0,2,[{file,"src/ej.erl"},{line,107}]}, ```...