Open
Description
When trying to parse a JSON string from my Rest response, I get the following error:
ERROR - WebHelpers.ParseByFormat: 11000, An error occurred during parsing
10001: Error parsing JSON:
{"UnitPr
The 3 characters (the byte order mark) are not be properly removed. Is there something I'm missing in setting this up?
Thanks