PMJSON
PMJSON copied to clipboard
Automatically use Decimal for large numbers
We should detect when a number can't be represented exactly by an Int64
or a Double
and fall back to Decimal
. We can then expose an option that turns off this behavior.