Last active
January 11, 2017 07:56
-
-
Save satour/1bb8eda4b8feebc4ab7e3de243f9aac9 to your computer and use it in GitHub Desktop.
tyrone が書いたやつの記録
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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