-
Notifications
You must be signed in to change notification settings - Fork 469
Closed
Description
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
Labels
No labels