Json Parser failure when the message contains emoji unicodes

Code 92 is a backslash. So it seems that instead of something like

{ "foo": "bar" }

you have

{ \"foo\": \"bar\" }

Can you edit your post, select the text of the message and the sample data and click on </> in the toolbar above the edit panel. That will blockquote the text and preserve the escaping etc.