pyjson5 icon indicating copy to clipboard operation
pyjson5 copied to clipboard

Decimal support?

Open justin-snyder-slgg opened this issue 1 year ago • 0 comments

It can sometimes be useful to parse numbers as Decimals, e.g. when working with DynamoDB and various other boto3 APIs.

There doesn't seem to be any way to do this during parsing, and doing it after a decode pass can result in lossy behavior that some APIs (such as boto3) don't like.

justin-snyder-slgg avatar Apr 25 '23 16:04 justin-snyder-slgg