ej icon indicating copy to clipboard operation
ej copied to clipboard

Any plans on supporting erlang maps?

Open JLarky opened this issue 9 years ago • 0 comments

ej:get({<<"hello">>}, jiffy:decode(<<"{\"hello\":1}">>, [return_maps])).
** exception error: {index_for_non_list,{<<"hello">>,#{<<"hello">> => 1}}}
     in function  ej:get_value/2 (src/ej.erl, line 116)
     in call from ej:get0/2 (src/ej.erl, line 77)

JLarky avatar May 21 '15 22:05 JLarky