FloatParseHandling
Specifies how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
namespace Newtonsoft.Json
{
public enum FloatParseHandling
{
Double,
Decimal
}
}