Found with libFuzzer Parsing the following json: ```json 1111223122231224242E3 ``` will work correctly. Calling `value.dump()` on the resulting object will return: ```json 1111223122231224303616 ``` However, trying to parse this will fail, as it tries to get parsed as an integer, which would overflow
Found with libFuzzer
Parsing the following json:
1111223122231224242E3will work correctly. Calling
value.dump()on the resulting object will return:1111223122231224303616However, trying to parse this will fail, as it tries to get parsed as an integer, which would overflow