Json – How to handle serializing floats from C# into numbers in Javascript
I am using newtonsoft json to convert some custom classes into payloads for web requests. We are using a hashing system to ensure data concurrency. I am using SerializeObject with custom settings: JsonConvert.SerializeObject(_report,settings); This is the settings that I am…