I have an json
message as shown below
static string s = @"{
'SampleNumber': '1605',
'Observations': [
{
'Value': 170.116262869025,
'UpperManufacturerRange': 174.00783830400004,
'LowerManufacturerRange': 166.00783830400004,
'UpperControlRangeFromDevice': 174.00783830400003,
'LowerControlRangeFromDevice': 166.00783830400003
}
],
'LastUpdatedUtcTime': '2018-10-30T11:39:19.784942+00:00'
}";
This is my console application https://dotnetfiddle.net/nW7oqj
When I check the values in selectedJObject
numeric values are changed!
174.00783830400004 changed to 174.00783830400005