Skip to content

Why does a key with an empty json array get ommitted from a message? #271

@camsoupa

Description

@camsoupa

Why does a key with an empty json array get ommitted from a message?

// node.js
remote({ key1: 1, key2: [] })

// Browser
THRUST.remote.listen(function (msg) {
 // key2 ommitted! msg == { key1: 1 } 
  ...
})

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