Search Results

0
votes

JSON request failing because of line breaks, how to escape them?

You should be able to escape the line breaks by calling .Replace("\n","\n"). …