Skip to content

Instantly share code, notes, and snippets.

@satour
Last active January 11, 2017 07:56
Show Gist options
  • Save satour/1bb8eda4b8feebc4ab7e3de243f9aac9 to your computer and use it in GitHub Desktop.
Save satour/1bb8eda4b8feebc4ab7e3de243f9aac9 to your computer and use it in GitHub Desktop.
tyrone が書いたやつの記録
var dataObj = {
"array" : []
}
dataObj.array.push(msg.payload);
msg.payload = dataObj;
return msg;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment