You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: