`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'`
rapidjsoncan serialize big integers but cannot deserialize them:Python 3.7.0rapidjson.__version__='0.6.3'