I’m uploading product descriptions via REST API. Often the descriptions contain html code and/or line-feeds. How can I pass that kind of data without destroying the JSON-formatting?
I tried having the description in a variable and then send the variable in HTTP Request but that didn’t work.
Not sure if I understood. I have a string (Long_desc) containing html code. Here is an example. htmlexample.txt (9.4 KB)
That string I want to be part of a API call using Json.