Skip to content

Big Int roundtrip is broken. #112

Description

@sam-s

rapidjson can serialize big integers but cannot deserialize them:

>>> rapidjson.loads(rapidjson.dumps(10**1000))
ValueError: Parse error at offset 0: Number too big to be stored in double

Python 3.7.0
rapidjson.__version__='0.6.3'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions