<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />

FloatParseHandling

public enum 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 } }