Skip to content

Nested JSON gets turned into nested arrays. #3

@alexanderweiss

Description

@alexanderweiss

A queue message containing nested JSON get the nested properties turned into arrays.

The following queue message:

{"method":"foo","attr":{"templateName":"verify-user","templateContent":[],"detail":{"tags":["one","two"]},"check":false}}

Will output the following:

Node.js queue trigger function processed work item {"method":"foo","attr":[[[]],[[]],[[[[[],[]]]]],[[]]]}

When using the following function:

module.exports = function (context) {
context.log('Node.js queue trigger function processed work item ' + JSON.stringify(context.email))
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions