Jesper Møjbæk
04/10/2025, 7:42 AM100.0
it is interpreted as an int64
and not a float
.
Example:
{
"Id": "1",
"ObjectField": "{\"DoubleValue\":624.0}"
},
The above will result in a field called ObjectField.DoubleValue
with type int64
. This is an issue, if subsequent objects have a decimal that is not 0
Is this intended behavior?