-
Notifications
You must be signed in to change notification settings - Fork 256
Closed
Description
Is there any intent to support serialization of large integers beyond 64 bits?
>>> import orjson, json
>>> json.dumps({"q": 111111111111111111111})
'{"q": 111111111111111111111}'
>>> orjson.dumps({"q": 111111111111111111111})
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: Integer exceeds 64-bit range
raphaelauv, Sohimaster, jurasofish, funkindy, pikhovkin and 8 more
Metadata
Metadata
Assignees
Labels
No labels