Skip to content

Elixir/Erlang nil/null problem #82

@grepz

Description

@grepz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions