We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Having some problems with elixir/erlang null/nil coding/decoding. Jiffy has wonderful option use_nil, which does following:
jiffy:encode(#{a => nil}, [use_nil]). <<"{\"a\":null}">>
Why not use same approach in msgpack? Having similar option that handles nil/null as one entity. Changes in code are minimal.
The text was updated successfully, but these errors were encountered:
#83
Sorry, something went wrong.
Issue #82 (#83)
14df9be
* Erlang/Elixir nil/null issue addressed similar to jiffy use_nil approach. * README updated. * use_nil additionality implemented for unpack method.
Thanks @grepz , this issue has been fixed as of 0.8.1.
No branches or pull requests
Having some problems with elixir/erlang null/nil coding/decoding.
Jiffy has wonderful option use_nil, which does following:
Why not use same approach in msgpack? Having similar option that handles nil/null as one entity. Changes in code are minimal.
The text was updated successfully, but these errors were encountered: