I have a mpgw where the request is JSON. I save the content in a context variable with JSON.stringify(json) The problem is when json contains a emoiji eg \uD83D\uDE0D tha variable no longer will be a string, it will be binary and the emoijis is shown as dots. I need to use the the content of the variable later to calculate hmac so it has to look exact as the original json.
Is there any way to get around this? Help wold be much appreciated.
We are running firmware: IDG.7.5.2.9
/Jocke D