I basically would like to amalgamate two items into a combined JSON object/string
e.g
I've got msg.tweethandle and msg.tweettxt - how do I use the JSON option in the change node to make msg.payload = { msg.tweethandle : msg.tweettxt} (the contents of them - not those literal words)
I've ended up with this as I realised I needed to have fixed keys for each value (and I even surpassed myself by working out that I needed a JSON node to convert it to an object afterwards )