FloatParseHandling
Specifies how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
Decimal = 1
Floating point numbers are parsed to Decimal.
Double = 0
Floating point numbers are parsed to Double.