PMJSON icon indicating copy to clipboard operation
PMJSON copied to clipboard

Automatically use Decimal for large numbers

Open lilyball opened this issue 7 years ago • 0 comments

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.

lilyball avatar Sep 14 '17 19:09 lilyball