Closed davydog187 closed 2 years ago
Maps like %{a: 1, b: 2} can be encoded
%{a: 1, b: 2}
Also any string primitive can encode an atom as a value.
Reimplements part of #19, I think this implementation is better though. I can knock out the other pieces from that PR separately
Maps like
%{a: 1, b: 2}
can be encodedAlso any string primitive can encode an atom as a value.
Reimplements part of #19, I think this implementation is better though. I can knock out the other pieces from that PR separately