Sitecore and Json Serialization - Strange Conversion
I have the following problems:
On my local, Azure + 3 other servers, my mapping code looks at the latitude and longitude coordinates that are stored in the Sitecore element.
On my new QA and PROD Sitecore servers, which I have not used before as they sit on a new hosting provider, I have the following problem:
If you look at the picture below:
The coordinates are stored correctly, but the end result when serialized from Json looks like this:
Anyone have any ideas why the decimal point would be removed?
as I said the code works in many different environments, so I think the new hosting provider has installed something that is different from my other working environment.
I'll investigate further, but thought I'd put it there.
+3
source to share