While sending data as JSON, how do you send the da...
# suitescript
h
While sending data as JSON, how do you send the data if it has html? I am running into errors and it looks like html needs to be escaped to be sent as JSON. use case is there is integration between case messages from NS to Service Now, so while sending message, it has got html which errors out. anyone ran into similar escaping issues or dealt with escaping html in json before?