Changes between Version 37 and Version 38 of pyson
- Timestamp:
- 05/26/21 10:25:32 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyson
v37 v38 55 55 The dict and list are treated even more special as we also support the List[TYPE] and Dict[KEYTYPE, VALUETYPE] types. 56 56 57 WARNING: Using Decimal causes rounding errors. This is because pyson takes python's json representation format which contains floats for numbers. And floats can not represent all decimals accurately. 57 58 58 59 == Annotations